ILogger interface
An interface for logging.
public interface ILogger
Members
name | description |
---|---|
LogPath { get; } | Gets the log path. Base path for log files. |
RequestLogPath { get; } | Gets the request log path. Base path for request log files. It will be initialized on user's demand. |
Debug(…) | Writes the specified message to the debug output. (2 methods) |
Error(…) | Logs the specified error exception. (2 methods) |
Fatal(…) | Logs the specified fatal exception. (2 methods) |
Information(…) | Logs the specified informational message. |
SetDebugLogLevel() | Sets log level to debug level. |
Verbose(…) | Writes the specified message to the verbose output. |
Warning(…) | Logs the specified warning message. |
See Also
- namespace Autodesk.DataExchange.Core.Interface