C# 클래스 ProjToolV2.Log

파일 보기 프로젝트 열기: OfficeDev/Project-Samples

공개 프로퍼티들

프로퍼티 타입 설명
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