Interface IDynamicMessageProcessor
Provides the ability to decorate log messages before they are sent downstream.
public interface IDynamicMessageProcessor
Methods
Process(string)
Replaces the contents of an incoming log message.
string Process(string message)
Parameters
message
stringThe incoming message text, just after formatting its parameters, but before the time stamp, category, level, exception and scopes are added.
Returns
- string
The decorated log message text.