ILogWriter Interface
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9119)
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(LogLevel, Type, Int32, String, String) | Write a message into the log.  | 
      
| Write(LogLevel, Type, Int32, String, String, Byte[], Int32, Int32) | Write a message and data block into the log.  |