Utilities.Logger Logger.hxx cadex/Utilities/Logger.hxx. More...
Utilities.Logger Logger.hxx cadex/Utilities/Logger.hxx.
Provides a logger that accepts and dispatches logging messages
The logger is available via a singleton returned by Instance(). The message threshold level should be set with SetLevel(). Messages sent with lower level will be ignored.
Handlers must be registered/unregistered with Register()/Unregister(). The handlers process accepted messages in the order of their registration.
For details refer to Logging Support.