C# 클래스 Utility.Logging.LoggerBase

상속: ILogger, IDisposable
파일 보기 프로젝트 열기: ChrisMH/Utility.Logging

공개 메소드들

메소드 설명
Debug ( Exception exception, string message ) : void
Debug ( string message ) : void
Dispose ( ) : void
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Fatal ( Exception exception, string message ) : void
Fatal ( string message ) : void
GetLogger ( Type type ) : ILogger
GetLogger ( string name ) : ILogger
Info ( Exception exception, string message ) : void
Info ( string message ) : void
Trace ( Exception exception, string message ) : void
Trace ( string message ) : void
Warn ( Exception exception, string message ) : void
Warn ( string message ) : void

보호된 메소드들

메소드 설명
LoggerBase ( string name, ILoggerFactory factory ) : System

비공개 메소드들

메소드 설명
GetCurrentInstanceLogger ( ) : ILogger

메소드 상세

Debug() 공개 추상적인 메소드

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

Debug() 공개 추상적인 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Error() 공개 추상적인 메소드

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

Error() 공개 추상적인 메소드

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

Fatal() 공개 추상적인 메소드

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

Fatal() 공개 추상적인 메소드

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

GetLogger() 공개 메소드

public GetLogger ( Type type ) : ILogger
type System.Type
리턴 ILogger

GetLogger() 공개 메소드

public GetLogger ( string name ) : ILogger
name string
리턴 ILogger

Info() 공개 추상적인 메소드

public abstract Info ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Info() 공개 추상적인 메소드

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

LoggerBase() 보호된 메소드

protected LoggerBase ( string name, ILoggerFactory factory ) : System
name string
factory ILoggerFactory
리턴 System

Trace() 공개 추상적인 메소드

public abstract Trace ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Trace() 공개 추상적인 메소드

public abstract Trace ( string message ) : void
message string
리턴 void

Warn() 공개 추상적인 메소드

public abstract Warn ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Warn() 공개 추상적인 메소드

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