ILogger Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
Provides an interface for logging
public interface ILogger
- Derived
Properties
LogVerbosity |
Logging level |
Methods
Debug(String) |
Log a debug message |
Error(String) |
Log a error message |
Info(String) |
Log a info message |
Warn(String) |
Log a waring message |