OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

Log Members

Log overview

Public Static Fields

LEVEL_DEBUG 
LEVEL_ERROR 
LEVEL_FATAL 
LEVEL_INFO 
LEVEL_OFF 
LEVEL_TRACE 
LEVEL_WARN 

Public Instance Constructors

Log Overloaded. Initializes a new instance of the Log class.

Public Instance Fields

level Enthält den aktuellen Log-Level. Default ist LEVEL_ERROR. Durch Zuweisung im Code kann der Loglevel für einzelne Klassen geändert werden.

Public Instance Properties

DebugEnabled 
ErrorEnabled 
FatalEnabled 
InfoEnabled 
TraceEnabled 
WarnEnabled 

Public Instance Methods

debugOverloaded.  
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
errorOverloaded.  
fatalOverloaded.  
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
infoOverloaded.  
ToString (inherited from Object) Returns a String that represents the current Object.
traceOverloaded.  
warnOverloaded.  

See Also

Log Class | org.apache.commons.logging Namespace