TDefaultLoggerFactory Class
Default logger factory that creates TWrapperLogger instances wrapping a TNullLogger.
Remarks
This factory is used by TLogManager when no custom factory has been assigned.
It produces wrapper loggers so that when a new factory is later assigned, existing loggers can be transparently updated to use the new factory's loggers.
Syntax
Unit: Bcl.Logging
TDefaultLoggerFactory = class(TInterfacedObject, ILoggerFactory);