extends |
AbstractLogger |
|---|---|
implements |
LoggerInterface |
Class EmptyLogger
Logger that doesn't do anything. Similar to Monolog's NullHandler, but avoids the overhead of partially loading Monolog
| Methods | ||
|---|---|---|
public
|
log($level, $message, array $context = []): void
|
# |
| Methods used from Psr\Log\LoggerTrait |
|---|
emergency(), alert(), critical(), error(), warning(), notice(), info(), debug(), |