ILogWriter Interface
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9147)
Defines methods and properties all log writers must implement.
Syntax
public interface ILogWriter
Properties
Name | Description |
---|---|
Level | Get or set the log level - only log messages with log level equal to or greater than the specified one. |
Methods
Name | Description |
---|---|
Write(Log |
Write a message into the log. |
Write(Log |
Write a message and data block into the log. |