C# 클래스 nHydrate.Generator.Common.Logging.nHydrateLog

파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

공개 메소드들

메소드 설명
LogAlways ( string message ) : void
LogAlways ( string message, object arg1 ) : void
LogAlways ( string message, object arg1, object arg2 ) : void
LogAlways ( string message, object arg1, object arg2, object arg3 ) : void
LogError ( Exception ex ) : void
LogError ( Exception ex, NameValueCollection error ) : void
LogError ( Exception ex, string error ) : void
LogError ( string message ) : void
LogError ( string message, object arg1 ) : void
LogError ( string message, object arg1, object arg2 ) : void
LogError ( string message, object arg1, object arg2, object arg3 ) : void
LogInfo ( string message ) : void
LogInfo ( string message, object arg1 ) : void
LogInfo ( string message, object arg1, object arg2 ) : void
LogInfo ( string message, object arg1, object arg2, object arg3 ) : void
LogLogFailure ( string message ) : void
LogVerbose ( string message ) : void
LogVerbose ( string message, object arg1 ) : void
LogVerbose ( string message, object arg1, object arg2 ) : void
LogVerbose ( string message, object arg1, object arg2, object arg3 ) : void
LogWarning ( Exception ex ) : void
LogWarning ( Exception ex, string error ) : void
LogWarning ( string message ) : void
LogWarning ( string message, object arg1 ) : void
LogWarning ( string message, object arg1, object arg2 ) : void
LogWarning ( string message, object arg1, object arg2, object arg3 ) : void

비공개 메소드들

메소드 설명
AddListener ( string listenerName, string typeString ) : void
AddListener ( string listenerName, string typeString, XmlAttribute initializationDataAttribute ) : void
AddListener ( string listenerName, string typeString, string initializationData ) : void
AddListeners ( XmlNode listenersNode ) : void
CreateListener ( string listenerName, string typeString ) : TraceListener
CreateListener ( string listenerName, string typeString, string initializationData ) : TraceListener
ListenerExists ( string listenerName ) : bool
ListenerExists ( string listenerName, XmlNode listenersNode ) : bool
Log ( TraceLevel level, string message ) : void
Log ( TraceLevel level, string message, object arg1 ) : void
Log ( TraceLevel level, string message, object arg1, object arg2 ) : void
Log ( TraceLevel level, string message, object arg1, object arg2, object arg3 ) : void
RemoveListeners ( ) : void
RemoveListeners ( XmlNode listenersNode ) : void
ResetListeners ( XmlDocument oDoc ) : void
ResetProperties ( XmlDocument oDoc ) : void
ResetSwitches ( XmlDocument oDoc ) : void
SetDefaults ( ) : void
nHydrateLog ( ) : System
nHydrateLog ( string exeName ) : System

메소드 상세

LogAlways() 공개 정적인 메소드

public static LogAlways ( string message ) : void
message string
리턴 void

LogAlways() 공개 정적인 메소드

public static LogAlways ( string message, object arg1 ) : void
message string
arg1 object
리턴 void

LogAlways() 공개 정적인 메소드

public static LogAlways ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
리턴 void

LogAlways() 공개 정적인 메소드

public static LogAlways ( string message, object arg1, object arg2, object arg3 ) : void
message string
arg1 object
arg2 object
arg3 object
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( Exception ex ) : void
ex System.Exception
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( Exception ex, NameValueCollection error ) : void
ex System.Exception
error System.Collections.Specialized.NameValueCollection
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( Exception ex, string error ) : void
ex System.Exception
error string
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string message ) : void
message string
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string message, object arg1 ) : void
message string
arg1 object
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string message, object arg1, object arg2, object arg3 ) : void
message string
arg1 object
arg2 object
arg3 object
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( string message ) : void
message string
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( string message, object arg1 ) : void
message string
arg1 object
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( string message, object arg1, object arg2, object arg3 ) : void
message string
arg1 object
arg2 object
arg3 object
리턴 void

LogLogFailure() 공개 정적인 메소드

public static LogLogFailure ( string message ) : void
message string
리턴 void

LogVerbose() 공개 정적인 메소드

public static LogVerbose ( string message ) : void
message string
리턴 void

LogVerbose() 공개 정적인 메소드

public static LogVerbose ( string message, object arg1 ) : void
message string
arg1 object
리턴 void

LogVerbose() 공개 정적인 메소드

public static LogVerbose ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
리턴 void

LogVerbose() 공개 정적인 메소드

public static LogVerbose ( string message, object arg1, object arg2, object arg3 ) : void
message string
arg1 object
arg2 object
arg3 object
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( Exception ex ) : void
ex System.Exception
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( Exception ex, string error ) : void
ex System.Exception
error string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string message ) : void
message string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string message, object arg1 ) : void
message string
arg1 object
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string message, object arg1, object arg2, object arg3 ) : void
message string
arg1 object
arg2 object
arg3 object
리턴 void