final |
|---|
Holds the minimum LoggingLevel for server-emitted log notifications.
Updated by logging/setLevel and consulted by ServerContext::log().
| Methods | ||
|---|---|---|
public
|
__construct(LoggingLevel $level = LoggingLevel::Info)
|
# |
public
|
setLevel(LoggingLevel $level): void
|
# |
public
|
shouldEmit(LoggingLevel $messageLevel): bool
|
# |
| Properties | |||
|---|---|---|---|
public
|
LoggingLevel
|
$level
|
# |