Delegate LoggerManager.OutputWriterDecorateHandler
Defines a delegate to handle Decorate calls
Namespace: Unity.Logging.Internal
Syntax
public delegate void OutputWriterDecorateHandler(in LogContextWithDecorator ctx);
Parameters
Type | Name | Description |
---|---|---|
LogContextWithDecorator | ctx | LogContextWithDecorator that can be used to add new parameters to the log message |