C# 클래스 Orchard.Logging.OrchardLog4netLogger

상속: System.MarshalByRefObject, Castle.Core.Logging.ILogger, IShim
파일 보기 프로젝트 열기: ucdavis/Orchard

Private Properties

프로퍼티 타입 설명
Debug void
Error void
Fatal void
FatalError void
FatalError void
Info void
OrchardLog4netLogger System
OrchardLog4netLogger System
Warn void

공개 메소드들

메소드 설명
CreateChildLogger ( String name ) : Castle.Core.Logging.ILogger
Debug ( Func messageFactory ) : void
Debug ( String message ) : void
Debug ( String message, Exception exception ) : void
DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
DebugFormat ( Exception exception, String format ) : void
DebugFormat ( IFormatProvider formatProvider, String format ) : void
DebugFormat ( String format ) : void
Error ( Func messageFactory ) : void
Error ( String message ) : void
Error ( String message, Exception exception ) : void
ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
ErrorFormat ( Exception exception, String format ) : void
ErrorFormat ( IFormatProvider formatProvider, String format ) : void
ErrorFormat ( String format ) : void
Fatal ( Func messageFactory ) : void
Fatal ( String message ) : void
Fatal ( String message, Exception exception ) : void
FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
FatalFormat ( Exception exception, String format ) : void
FatalFormat ( IFormatProvider formatProvider, String format ) : void
FatalFormat ( String format ) : void
Info ( Func messageFactory ) : void
Info ( String message ) : void
Info ( String message, Exception exception ) : void
InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
InfoFormat ( Exception exception, String format ) : void
InfoFormat ( IFormatProvider formatProvider, String format ) : void
InfoFormat ( String format ) : void
OrchardLog4netLogger ( log4net logger, OrchardLog4netFactory factory ) : System
ToString ( ) : string
Warn ( Func messageFactory ) : void
Warn ( String message ) : void
Warn ( String message, Exception exception ) : void
WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
WarnFormat ( Exception exception, String format ) : void
WarnFormat ( IFormatProvider formatProvider, String format ) : void
WarnFormat ( String format ) : void

비공개 메소드들

메소드 설명
Debug ( string format ) : void
Error ( string format ) : void
Fatal ( string format ) : void
FatalError ( string message ) : void
FatalError ( string message, Exception exception ) : void
Info ( string format ) : void
OrchardLog4netLogger ( ) : System
OrchardLog4netLogger ( log4net.ILog log, OrchardLog4netFactory factory ) : System
Warn ( string format ) : void

메소드 상세

CreateChildLogger() 공개 메소드

public CreateChildLogger ( String name ) : Castle.Core.Logging.ILogger
name String
리턴 Castle.Core.Logging.ILogger

Debug() 공개 메소드

public Debug ( Func messageFactory ) : void
messageFactory Func
리턴 void

Debug() 공개 메소드

public Debug ( String message ) : void
message String
리턴 void

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

public DebugFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( String format ) : void
format String
리턴 void

Error() 공개 메소드

public Error ( Func messageFactory ) : void
messageFactory Func
리턴 void

Error() 공개 메소드

public Error ( String message ) : void
message String
리턴 void

Error() 공개 메소드

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

ErrorFormat() 공개 메소드

public ErrorFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( String format ) : void
format String
리턴 void

Fatal() 공개 메소드

public Fatal ( Func messageFactory ) : void
messageFactory Func
리턴 void

Fatal() 공개 메소드

public Fatal ( String message ) : void
message String
리턴 void

Fatal() 공개 메소드

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

FatalFormat() 공개 메소드

public FatalFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( String format ) : void
format String
리턴 void

Info() 공개 메소드

public Info ( Func messageFactory ) : void
messageFactory Func
리턴 void

Info() 공개 메소드

public Info ( String message ) : void
message String
리턴 void

Info() 공개 메소드

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

InfoFormat() 공개 메소드

public InfoFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( String format ) : void
format String
리턴 void

OrchardLog4netLogger() 공개 메소드

public OrchardLog4netLogger ( log4net logger, OrchardLog4netFactory factory ) : System
logger log4net
factory OrchardLog4netFactory
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Warn() 공개 메소드

public Warn ( Func messageFactory ) : void
messageFactory Func
리턴 void

Warn() 공개 메소드

public Warn ( String message ) : void
message String
리턴 void

Warn() 공개 메소드

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

WarnFormat() 공개 메소드

public WarnFormat ( Exception exception, IFormatProvider formatProvider, String format ) : void
exception System.Exception
formatProvider IFormatProvider
format String
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( Exception exception, String format ) : void
exception System.Exception
format String
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( IFormatProvider formatProvider, String format ) : void
formatProvider IFormatProvider
format String
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( String format ) : void
format String
리턴 void