![]() |
Atlas-Cronos
7.2.0
|
Defines an abstraction for Logger public interface. More...
Public Member Functions | |
| void | Log (LogLevel level, string formatString, params object[] args) |
| Writes the diagnostic message at the specified level. More... | |
| void | Log (Exception exc, LogLevel level, string formatString, params object[] args) |
| Writes the diagnostic message at the specified level. More... | |
Defines an abstraction for Logger public interface.
| void Flir.Atlas.Image.Interfaces.ILogger.Log | ( | LogLevel | level, |
| string | formatString, | ||
| params object [] | args | ||
| ) |
Writes the diagnostic message at the specified level.
| level | The log level. |
| formatString | Format string. |
| args | An object array that contains zero or more objects to format. |
| void Flir.Atlas.Image.Interfaces.ILogger.Log | ( | Exception | exc, |
| LogLevel | level, | ||
| string | formatString, | ||
| params object [] | args | ||
| ) |
Writes the diagnostic message at the specified level.
| exc | The exception that was thrown. |
| level | The log level. |
| formatString | Format string. |
| args | An object array that contains zero or more objects to format. |
1.8.14