TDebugLoggerFactory Class
Logger factory that creates TDebugLogger instances.
Remarks
All loggers created by this factory share the same set of active log levels specified at construction time.
Syntax
Unit: Bcl.Logging
TDebugLoggerFactory = class(TInterfacedObject, ILoggerFactory);
Constructors
| Name | Description |
|---|---|
| Create | Creates a new TDebugLoggerFactory that produces debug loggers for the specified log levels. |