C# 클래스 log4net.Ext.MarshalByRef.MarshalByRefLogImpl

Marshal By Reference implementation of ILog

Logger wrapper that is MarshalByRefObject. These objects can be passed by reference across a remoting boundary.

상속: System.MarshalByRefObject, ILog
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs

공개 메소드들

메소드 설명
Debug ( object message ) : void
Debug ( object message, Exception t ) : void
DebugFormat ( IFormatProvider provider, string format ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, object arg0 ) : void
DebugFormat ( string format, object arg0, object arg1 ) : void
DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
Error ( object message ) : void
Error ( object message, Exception t ) : void
ErrorFormat ( IFormatProvider provider, string format ) : void
ErrorFormat ( string format ) : void
ErrorFormat ( string format, object arg0 ) : void
ErrorFormat ( string format, object arg0, object arg1 ) : void
ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception t ) : void
FatalFormat ( IFormatProvider provider, string format ) : void
FatalFormat ( string format ) : void
FatalFormat ( string format, object arg0 ) : void
FatalFormat ( string format, object arg0, object arg1 ) : void
FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
Info ( object message ) : void
Info ( object message, Exception t ) : void
InfoFormat ( IFormatProvider provider, string format ) : void
InfoFormat ( string format ) : void
InfoFormat ( string format, object arg0 ) : void
InfoFormat ( string format, object arg0, object arg1 ) : void
InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
InitializeLifetimeService ( ) : object

Live forever

MarshalByRefLogImpl ( ILogger logger ) : System
Warn ( object message ) : void
Warn ( object message, Exception t ) : void
WarnFormat ( IFormatProvider provider, string format ) : void
WarnFormat ( string format ) : void
WarnFormat ( string format, object arg0 ) : void
WarnFormat ( string format, object arg0, object arg1 ) : void
WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void

비공개 메소드들

메소드 설명
LoggerRepositoryConfigurationChanged ( object sender, EventArgs e ) : void
ReloadLevels ( ILoggerRepository repository ) : void

메소드 상세

Debug() 공개 메소드

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

Debug() 공개 메소드

public Debug ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
리턴 void

DebugFormat() 공개 메소드

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

DebugFormat() 공개 메소드

public DebugFormat ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
리턴 void

Error() 공개 메소드

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

Error() 공개 메소드

public Error ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
리턴 void

ErrorFormat() 공개 메소드

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

ErrorFormat() 공개 메소드

public ErrorFormat ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
리턴 void

Fatal() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
리턴 void

FatalFormat() 공개 메소드

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

FatalFormat() 공개 메소드

public FatalFormat ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
리턴 void

Info() 공개 메소드

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

Info() 공개 메소드

public Info ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
리턴 void

InfoFormat() 공개 메소드

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

InfoFormat() 공개 메소드

public InfoFormat ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
리턴 void

InitializeLifetimeService() 공개 메소드

Live forever
public InitializeLifetimeService ( ) : object
리턴 object

MarshalByRefLogImpl() 공개 메소드

public MarshalByRefLogImpl ( ILogger logger ) : System
logger ILogger
리턴 System

Warn() 공개 메소드

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

Warn() 공개 메소드

public Warn ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( IFormatProvider provider, string format ) : void
provider IFormatProvider
format string
리턴 void

WarnFormat() 공개 메소드

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

WarnFormat() 공개 메소드

public WarnFormat ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
리턴 void