C# 클래스 Guidelines.Core.LogPortal

파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
SetLogger ( ILogger logger ) : void
Warning ( string message ) : void
Warning ( string message, Exception exception ) : void

비공개 메소드들

메소드 설명
LogMessage ( Action logFunction ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( string message ) : void
message string
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

public static Error ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

Fatal() 공개 정적인 메소드

public static Fatal ( string message ) : void
message string
리턴 void

Fatal() 공개 정적인 메소드

public static Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

SetLogger() 공개 정적인 메소드

public static SetLogger ( ILogger logger ) : void
logger ILogger
리턴 void

Warning() 공개 정적인 메소드

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

Warning() 공개 정적인 메소드

public static Warning ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void