Everything under Quiote\Logging.
| Class | Description |
|---|
CategoryLogger | A PSR-3 logger bound to a single category. |
Log | Static facade for the logging subsystem: configuration (called in index.php before Kernel::run()) and logger acquisition (used everywhere else). |
LogContext | Ambient, stack-based logging context (Serilog LogContext / .NET BeginScope). |
LogEvent | An immutable structured log event. |
LogRegistry | Process-global store of logging configuration: the default minimum level, the per-category minimum levels, and the registered sinks. |
LoggerFactory | Default LoggerFactoryInterface: thin wrapper over the Log facade (and thus LogRegistry) for constructor injection via the DI container. |
ScopeToken | Handle to an active LogContext scope frame. |
| Enum | Description |
|---|
Level | Ordinal log level with minimum-level (>=) semantics. |
| Namespace | Contents |
|---|
Sink | 7 types |