C# Класс ProjToolV2.Log

Показать файл Открыть проект

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

Свойство Тип Описание
TraceSource System.Diagnostics.TraceSource

Private Properties

Свойство Тип Описание
Log System
LogInternal void
UpdateUiTextbox void
UpdateUiTextbox void

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

Метод Описание
WriteCritical ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
WriteCritical ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
WriteCritical ( SourceInfo logSourceInfo, string msg ) : void
WriteError ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
WriteError ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
WriteError ( SourceInfo logSourceInfo, string msg ) : void
WriteInformation ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
WriteInformation ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
WriteInformation ( SourceInfo logSourceInfo, string msg ) : void
WriteVerbose ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
WriteVerbose ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
WriteVerbose ( SourceInfo logSourceInfo, string msg ) : void
WriteWarning ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
WriteWarning ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
WriteWarning ( SourceInfo logSourceInfo, string msg ) : void

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

Метод Описание
Log ( ) : System
LogInternal ( SourceInfo logSourceInfo, TraceEventType traceType, string msg ) : void
UpdateUiTextbox ( BackgroundExecutorWithStatus bgws, TextBox textbox, string msg ) : void
UpdateUiTextbox ( TextBox textbox, string msg ) : void

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

WriteCritical() публичный статический Метод

public static WriteCritical ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
bgws BackgroundExecutorWithStatus
msg string
Результат void

WriteCritical() публичный статический Метод

public static WriteCritical ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
msg string
Результат void

WriteCritical() публичный статический Метод

public static WriteCritical ( SourceInfo logSourceInfo, string msg ) : void
logSourceInfo SourceInfo
msg string
Результат void

WriteError() публичный статический Метод

public static WriteError ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
bgws BackgroundExecutorWithStatus
msg string
Результат void

WriteError() публичный статический Метод

public static WriteError ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
msg string
Результат void

WriteError() публичный статический Метод

public static WriteError ( SourceInfo logSourceInfo, string msg ) : void
logSourceInfo SourceInfo
msg string
Результат void

WriteInformation() публичный статический Метод

public static WriteInformation ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
bgws BackgroundExecutorWithStatus
msg string
Результат void

WriteInformation() публичный статический Метод

public static WriteInformation ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
msg string
Результат void

WriteInformation() публичный статический Метод

public static WriteInformation ( SourceInfo logSourceInfo, string msg ) : void
logSourceInfo SourceInfo
msg string
Результат void

WriteVerbose() публичный статический Метод

public static WriteVerbose ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
bgws BackgroundExecutorWithStatus
msg string
Результат void

WriteVerbose() публичный статический Метод

public static WriteVerbose ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
msg string
Результат void

WriteVerbose() публичный статический Метод

public static WriteVerbose ( SourceInfo logSourceInfo, string msg ) : void
logSourceInfo SourceInfo
msg string
Результат void

WriteWarning() публичный статический Метод

public static WriteWarning ( SourceInfo logSourceInfo, TextBox textbox, BackgroundExecutorWithStatus bgws, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
bgws BackgroundExecutorWithStatus
msg string
Результат void

WriteWarning() публичный статический Метод

public static WriteWarning ( SourceInfo logSourceInfo, TextBox textbox, string msg ) : void
logSourceInfo SourceInfo
textbox System.Windows.Forms.TextBox
msg string
Результат void

WriteWarning() публичный статический Метод

public static WriteWarning ( SourceInfo logSourceInfo, string msg ) : void
logSourceInfo SourceInfo
msg string
Результат void

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

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

public static TraceSource,System.Diagnostics TraceSource
Результат System.Diagnostics.TraceSource