C# 클래스 Tp.Integration.Plugin.Common.Activity.PluginActivityLogger

상속: IActivityLogger
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Debug ( string message ) : void
DebugFormat ( string format ) : void
Error ( Exception ex ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
ErrorFormat ( string format ) : void
Fatal ( Exception ex ) : void
Fatal ( string message ) : void
Info ( string message ) : void
InfoFormat ( string format ) : void
PluginActivityLogger ( ILogProvider logProvider ) : System
Warn ( string message ) : void
WarnFormat ( string format ) : void

보호된 메소드들

메소드 설명
Log ( Action action ) : void

비공개 메소드들

메소드 설명
GetLoggers ( ) : IEnumerable
PluginActivityLogger ( ILogProvider logProvider, Maybe pluginContext ) : System

메소드 상세

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

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

Error() 공개 메소드

public Error ( Exception ex ) : void
ex System.Exception
리턴 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 ( string format ) : void
format string
리턴 void

Fatal() 공개 메소드

public Fatal ( Exception ex ) : void
ex System.Exception
리턴 void

Fatal() 공개 메소드

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

Info() 공개 메소드

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

InfoFormat() 공개 메소드

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

Log() 보호된 메소드

protected Log ( Action action ) : void
action Action
리턴 void

PluginActivityLogger() 공개 메소드

public PluginActivityLogger ( ILogProvider logProvider ) : System
logProvider ILogProvider
리턴 System

Warn() 공개 메소드

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

WarnFormat() 공개 메소드

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