C# 클래스 Source.Common.Log

파일 보기 프로젝트 열기: mrange/T4Include

공개 메소드들

메소드 설명
Error ( string format ) : void
Exception ( string format ) : void
HighLight ( string format ) : void
Info ( string format ) : void
LogMessage ( Level level, string format ) : void
Success ( string format ) : void
Warning ( string format ) : void

비공개 메소드들

메소드 설명
GetLevelColor ( Level level ) : ConsoleColor
GetLevelMessage ( Level level ) : string
GetMessage ( string format, object args ) : string
Partial_ExceptionOnLog ( Level level, string format, object args, Exception exc ) : void
Partial_LogLevel ( Level level ) : void
Partial_LogMessage ( Level level, string message ) : void

메소드 상세

Error() 공개 정적인 메소드

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

Exception() 공개 정적인 메소드

public static Exception ( string format ) : void
format string
리턴 void

HighLight() 공개 정적인 메소드

public static HighLight ( string format ) : void
format string
리턴 void

Info() 공개 정적인 메소드

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

LogMessage() 공개 정적인 메소드

public static LogMessage ( Level level, string format ) : void
level Level
format string
리턴 void

Success() 공개 정적인 메소드

public static Success ( string format ) : void
format string
리턴 void

Warning() 공개 정적인 메소드

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