C# 클래스 Serenity.Log

파일 보기 프로젝트 열기: volkanceylan/Serenity

Private Properties

프로퍼티 타입 설명
Log Serenity.Abstractions
RandomFileCode string
Write void

공개 메소드들

메소드 설명
Debug ( string message ) : void
Debug ( string message, Exception exception, Type source ) : void
Debug ( string message, Type source ) : void
Error ( string message ) : void
Error ( string message, Exception exception, Type source ) : void
Error ( string message, Type source ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception, Type source ) : void
Fatal ( string message, Type source ) : void
Info ( string message ) : void
Info ( string message, Exception exception, Type source ) : void
Info ( string message, Type source ) : void
IsLevelEnabled ( LoggingLevel level ) : bool
Verbose ( string message ) : void
Verbose ( string message, Exception exception, Type source ) : void
Verbose ( string message, Type source ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception, Type source ) : void
Warn ( string message, Type source ) : void

비공개 메소드들

메소드 설명
Log ( ) : Serenity.Abstractions
RandomFileCode ( ) : string
Write ( LoggingLevel level, string message, Exception exception, Type source ) : void

메소드 상세

Debug() 공개 정적인 메소드

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

Debug() 공개 정적인 메소드

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

Debug() 공개 정적인 메소드

public static Debug ( string message, Type source ) : void
message string
source System.Type
리턴 void

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

public static Error ( string message, Type source ) : void
message string
source System.Type
리턴 void

Fatal() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

public static Fatal ( string message, Type source ) : void
message string
source System.Type
리턴 void

Info() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

public static Info ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
리턴 void

Info() 공개 정적인 메소드

public static Info ( string message, Type source ) : void
message string
source System.Type
리턴 void

IsLevelEnabled() 공개 정적인 메소드

public static IsLevelEnabled ( LoggingLevel level ) : bool
level LoggingLevel
리턴 bool

Verbose() 공개 정적인 메소드

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

Verbose() 공개 정적인 메소드

public static Verbose ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
리턴 void

Verbose() 공개 정적인 메소드

public static Verbose ( string message, Type source ) : void
message string
source System.Type
리턴 void

Warn() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

public static Warn ( string message, Exception exception, Type source ) : void
message string
exception System.Exception
source System.Type
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( string message, Type source ) : void
message string
source System.Type
리턴 void