RegisterDebugLogger Method
Registers a TDebugLoggerFactory as the active logger factory in the log manager.
Remarks
After calling this procedure, all loggers will output to the debug output (via OutputDebugString on Windows) for the specified log levels.
Syntax
Unit: Bcl.Logging
procedure RegisterDebugLogger(Levels: TLogLevels = [Trace..Error]);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Levels | TLogLevels | Optional: Default value is [Trace..Error] The set of log levels to enable. Defaults to AllLogLevels. |