C# Class nHydrate.Generator.Common.Logging.nHydrateLog

Mostra file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

LogAlways() public static method

public static LogAlways ( string message ) : void
message string
return void

LogAlways() public static method

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

LogAlways() public static method

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

LogAlways() public static method

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

LogError() public static method

public static LogError ( Exception ex ) : void
ex System.Exception
return void

LogError() public static method

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

LogError() public static method

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

LogError() public static method

public static LogError ( string message ) : void
message string
return void

LogError() public static method

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

LogError() public static method

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

LogError() public static method

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

LogInfo() public static method

public static LogInfo ( string message ) : void
message string
return void

LogInfo() public static method

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

LogInfo() public static method

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

LogInfo() public static method

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

LogLogFailure() public static method

public static LogLogFailure ( string message ) : void
message string
return void

LogVerbose() public static method

public static LogVerbose ( string message ) : void
message string
return void

LogVerbose() public static method

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

LogVerbose() public static method

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

LogVerbose() public static method

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

LogWarning() public static method

public static LogWarning ( Exception ex ) : void
ex System.Exception
return void

LogWarning() public static method

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

LogWarning() public static method

public static LogWarning ( string message ) : void
message string
return void

LogWarning() public static method

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

LogWarning() public static method

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

LogWarning() public static method

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