ILogMessageSource
Description
- Extended by
-
ILogger
ILoggerCategory
LogMessageSource abstract
Base interface for classes that generate log messages.
Public / Methods
AddHandler
Adds a log message handler to this log message source.
If there already is a handler which makes the given one redundant (see ILogMessageHandler.IsRedundant), it will be discarded. If the given handler makes an existing one redundant, that one will be replaced.