C# 클래스 Crosschat.Server.Infrastructure.Logging.ConsoleLogger

TODO: replace with NLog
상속: ILogger
파일 보기 프로젝트 열기: EgorBo/CrossChat-Xamarin.Forms

공개 메소드들

메소드 설명
ConsoleLogger ( string typeName ) : System
Debug ( string format ) : void
Error ( string format ) : void
Exception ( Exception exc ) : void
Exception ( Exception exc, string captionFormat ) : void
Info ( string format ) : void
Trace ( string format ) : void
Warning ( string format ) : void

비공개 메소드들

메소드 설명
GetExceptionDescription ( Exception exc ) : string
Write ( ConsoleColor color, string format ) : void

메소드 상세

ConsoleLogger() 공개 메소드

public ConsoleLogger ( string typeName ) : System
typeName string
리턴 System

Debug() 공개 메소드

public Debug ( string format ) : void
format string
리턴 void

Error() 공개 메소드

public Error ( string format ) : void
format string
리턴 void

Exception() 공개 메소드

public Exception ( Exception exc ) : void
exc System.Exception
리턴 void

Exception() 공개 메소드

public Exception ( Exception exc, string captionFormat ) : void
exc System.Exception
captionFormat string
리턴 void

Info() 공개 메소드

public Info ( string format ) : void
format string
리턴 void

Trace() 공개 메소드

public Trace ( string format ) : void
format string
리턴 void

Warning() 공개 메소드

public Warning ( string format ) : void
format string
리턴 void