C# Class Tp.Integration.Plugin.Common.Activity.PluginActivityLogger

Inheritance: IActivityLogger
Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
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

Protected Methods

Method Description
Log ( Action action ) : void

Private Methods

Method Description
GetLoggers ( ) : IEnumerable
PluginActivityLogger ( ILogProvider logProvider, Maybe pluginContext ) : System

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

DebugFormat() public method

public DebugFormat ( string format ) : void
format string
return void

Error() public method

public Error ( Exception ex ) : void
ex System.Exception
return void

Error() public method

public Error ( string message ) : void
message string
return void

Error() public method

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( string format ) : void
format string
return void

Fatal() public method

public Fatal ( Exception ex ) : void
ex System.Exception
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

InfoFormat() public method

public InfoFormat ( string format ) : void
format string
return void

Log() protected method

protected Log ( Action action ) : void
action Action
return void

PluginActivityLogger() public method

public PluginActivityLogger ( ILogProvider logProvider ) : System
logProvider ILogProvider
return System

Warn() public method

public Warn ( string message ) : void
message string
return void

WarnFormat() public method

public WarnFormat ( string format ) : void
format string
return void