Method DecorateHandlerCount
DecorateHandlerCount()
Returns count of Function-based Decorators (that you can add with Log.Decorate(function) or AddDecorateHandler(FunctionPointer<OutputWriterDecorateHandler>) and remove with RemoveDecorateHandler(FunctionPointer<OutputWriterDecorateHandler>)) They will be executed each time log message is created
Declaration
public int DecorateHandlerCount()
Returns
Type | Description |
---|---|
int | Count of Function-based Decorators |