Atlas-Cronos  7.2.0
Public Member Functions | List of all members
Flir.Atlas.Image.Interfaces.ILogger Interface Reference

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...
 

Detailed Description

Defines an abstraction for Logger public interface.

Member Function Documentation

◆ Log() [1/2]

void Flir.Atlas.Image.Interfaces.ILogger.Log ( LogLevel  level,
string  formatString,
params object []  args 
)

Writes the diagnostic message at the specified level.

Parameters
levelThe log level.
formatStringFormat string.
argsAn object array that contains zero or more objects to format.

◆ Log() [2/2]

void Flir.Atlas.Image.Interfaces.ILogger.Log ( Exception  exc,
LogLevel  level,
string  formatString,
params object []  args 
)

Writes the diagnostic message at the specified level.

Parameters
excThe exception that was thrown.
levelThe log level.
formatStringFormat string.
argsAn object array that contains zero or more objects to format.