C# 클래스 AccidentalFish.ApplicationSupport.Logging.ConsoleLogger.Implementation.ConsoleAsynchronousLogger

상속: IAsynchronousLogger
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

메소드 설명
ConsoleAsynchronousLogger ( IFullyQualifiedName source, LogLevelEnum minimumLogLevel ) : System
DebugAsync ( string message ) : System.Threading.Tasks.Task
DebugAsync ( string message, Exception exception ) : System.Threading.Tasks.Task
ErrorAsync ( string message ) : System.Threading.Tasks.Task
ErrorAsync ( string message, Exception exception ) : System.Threading.Tasks.Task
FatalAsync ( string message ) : Task
FatalAsync ( string message, Exception exception ) : Task
InformationAsync ( string message ) : Task
InformationAsync ( string message, Exception exception ) : Task
LogAsync ( LogLevelEnum level, string message ) : Task
LogAsync ( LogLevelEnum level, string message, Exception exception ) : Task
VerboseAsync ( string message ) : Task
VerboseAsync ( string message, Exception exception ) : Task
WarningAsync ( string message ) : Task
WarningAsync ( string message, Exception exception ) : Task

메소드 상세

ConsoleAsynchronousLogger() 공개 메소드

public ConsoleAsynchronousLogger ( IFullyQualifiedName source, LogLevelEnum minimumLogLevel ) : System
source IFullyQualifiedName
minimumLogLevel LogLevelEnum
리턴 System

DebugAsync() 공개 메소드

public DebugAsync ( string message ) : System.Threading.Tasks.Task
message string
리턴 System.Threading.Tasks.Task

DebugAsync() 공개 메소드

public DebugAsync ( string message, Exception exception ) : System.Threading.Tasks.Task
message string
exception System.Exception
리턴 System.Threading.Tasks.Task

ErrorAsync() 공개 메소드

public ErrorAsync ( string message ) : System.Threading.Tasks.Task
message string
리턴 System.Threading.Tasks.Task

ErrorAsync() 공개 메소드

public ErrorAsync ( string message, Exception exception ) : System.Threading.Tasks.Task
message string
exception System.Exception
리턴 System.Threading.Tasks.Task

FatalAsync() 공개 메소드

public FatalAsync ( string message ) : Task
message string
리턴 Task

FatalAsync() 공개 메소드

public FatalAsync ( string message, Exception exception ) : Task
message string
exception Exception
리턴 Task

InformationAsync() 공개 메소드

public InformationAsync ( string message ) : Task
message string
리턴 Task

InformationAsync() 공개 메소드

public InformationAsync ( string message, Exception exception ) : Task
message string
exception Exception
리턴 Task

LogAsync() 공개 메소드

public LogAsync ( LogLevelEnum level, string message ) : Task
level LogLevelEnum
message string
리턴 Task

LogAsync() 공개 메소드

public LogAsync ( LogLevelEnum level, string message, Exception exception ) : Task
level LogLevelEnum
message string
exception Exception
리턴 Task

VerboseAsync() 공개 메소드

public VerboseAsync ( string message ) : Task
message string
리턴 Task

VerboseAsync() 공개 메소드

public VerboseAsync ( string message, Exception exception ) : Task
message string
exception Exception
리턴 Task

WarningAsync() 공개 메소드

public WarningAsync ( string message ) : Task
message string
리턴 Task

WarningAsync() 공개 메소드

public WarningAsync ( string message, Exception exception ) : Task
message string
exception Exception
리턴 Task