C# Class LogPlugin.ServiceLogs

Inheritance: IPlugin, ILogService
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Свойство Type Description
PluginId INamedVersionedUniqueId

Private Properties

Свойство Type Description
Log void
Log void
OnEventCreated void
OnEventCreating void
PlanLogUpload void
Process NotifyError
WriteLineError NotifyError
WriteLineMember void
WriteLineParameters void
WriteLineReturnValueAndCaller void

Méthodes publiques

Méthode Description
ServiceLogs ( ) : System
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

Private Methods

Méthode Description
Log ( CK.Plugin.LogEventArgs e, string message, Common logLevel ) : void
Log ( string message, Common logLevel ) : void
OnEventCreated ( object sender, CK.Plugin.LogEventArgs e ) : void
OnEventCreating ( object sender, CK.Plugin.LogEventArgs e ) : void
PlanLogUpload ( ) : void
Process ( TextWriter w, CK.Plugin.LogEventArgs e ) : NotifyError

Returns true if the event is an error (holds an exception).

WriteLineError ( TextWriter w, CK.Plugin.LogEventArgs e ) : NotifyError
WriteLineMember ( TextWriter w, CK.Plugin.LogEventArgs e ) : void
WriteLineParameters ( TextWriter w, CK.Plugin.LogEventArgs e ) : void
WriteLineReturnValueAndCaller ( TextWriter w, CK.Plugin.LogEventArgs e ) : void

Method Details

ServiceLogs() public méthode

public ServiceLogs ( ) : System
Résultat System

Setup() public méthode

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Teardown() public méthode

public Teardown ( ) : void
Résultat void

Property Details

PluginId public_oe static_oe property

public static INamedVersionedUniqueId PluginId
Résultat INamedVersionedUniqueId