Click or drag to resize
ILogger Interface
Interface for log implementations

Namespace: AccidentalFish.ApplicationSupport.Core.Logging
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface ILogger
Methods
  NameDescription
Public methodDebugAsync(String)
Log a debug message
Public methodDebugAsync(String, Exception)
Log a debug message
Public methodError(String)
Log an error message
Public methodError(String, Exception)
Log a error message
Public methodInformation(String)
Log an informational message
Public methodInformation(String, Exception)
Log an informational message
Public methodLog(LogLevelEnum, String)
Log a message at the specified level
Public methodLog(LogLevelEnum, String, Exception)
Log a message at the specified level
Public methodWarning(String)
Log a warning message
Public methodWarning(String, Exception)
Log a warning message
Top
See Also