TNullLogger Class
Logger implementation that discards all log messages.
Remarks
Used as the default logger when no logger factory has been configured. All logging methods are no-ops.
Syntax
Unit: Bcl.Logging
TNullLogger = class(TInterfacedObject, ILogger);