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

Inheritance: IActivityLogger
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Log ( Action action ) : void

Private Methods

Méthode Description
GetLoggers ( ) : IEnumerable
PluginActivityLogger ( ILogProvider logProvider, Maybe pluginContext ) : System

Method Details

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

DebugFormat() public méthode

public DebugFormat ( string format ) : void
format string
Résultat void

Error() public méthode

public Error ( Exception ex ) : void
ex System.Exception
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format ) : void
format string
Résultat void

Fatal() public méthode

public Fatal ( Exception ex ) : void
ex System.Exception
Résultat void

Fatal() public méthode

public Fatal ( string message ) : void
message string
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

InfoFormat() public méthode

public InfoFormat ( string format ) : void
format string
Résultat void

Log() protected méthode

protected Log ( Action action ) : void
action Action
Résultat void

PluginActivityLogger() public méthode

public PluginActivityLogger ( ILogProvider logProvider ) : System
logProvider ILogProvider
Résultat System

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void

WarnFormat() public méthode

public WarnFormat ( string format ) : void
format string
Résultat void