An interface for logging purposes
| C# | Visual Basic | Visual C++ |
public interface ILogger
Public Interface ILogger
public interface class ILogger
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AllowedId(Int32) |
If the given ID is present, the log will be written even if the logging level is not proper
| |
| WriteLog(LogType, LogLevel, Int32, String) |
Writes the message onto the logger
|