C# Класс LogPlugin.ServiceLogs

Наследование: IPlugin, ILogService
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
PluginId INamedVersionedUniqueId

Private Properties

Свойство Тип Описание
Log void
Log void
OnEventCreated void
OnEventCreating void
PlanLogUpload void
Process NotifyError
WriteLineError NotifyError
WriteLineMember void
WriteLineParameters void
WriteLineReturnValueAndCaller void

Открытые методы

Метод Описание
ServiceLogs ( ) : System
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

Приватные методы

Метод Описание
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

Описание методов

ServiceLogs() публичный Метод

public ServiceLogs ( ) : System
Результат System

Setup() публичный Метод

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
Результат bool

Start() публичный Метод

public Start ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

Teardown() публичный Метод

public Teardown ( ) : void
Результат void

Описание свойств

PluginId публичное статическое свойство

public static INamedVersionedUniqueId PluginId
Результат INamedVersionedUniqueId