Interface IDynamicMessageProcessor
- Namespace
- Steeltoe.Extensions.Logging
- Assembly
- Steeltoe.Extensions.Logging.Abstractions.dll
Provides the ability to process each log message before it is sent to the Console
public interface IDynamicMessageProcessor
Methods
Process(string)
Called for each log message just after the parameters have been formatted into the log string but before the time stamp, category, and level have been applied.
string Process(string inputLogMessage)
Parameters
inputLogMessage
stringThe incoming log message
Returns
- string
The updated log message