The Logger type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddAppender
Add an appender to our list
Public methodStatic memberClearAppenders
Close and remove all appenders
Public methodStatic memberClearTag
Public methodDebug(String)
Log a debug level message
Public methodDebug(String, Exception)
Log a debug level message
Public methodDebug(String, array<Object>[]()[][])
Log a debug level message
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodError(Exception)
Log an error level message
Public methodError(String)
Log an error level message
Public methodError(String, Exception)
Log an error level message
Public methodError(String, Exception, array<Object>[]()[][])
Log an error level message
Public methodFatal(String)
Log a fatal level message
Public methodFatal(String, Exception)
Log a fatal level message
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetLogger(String)
Get a logger for the supplied class
Public methodStatic memberGetLogger(Type)
Get a logger for the supplied class
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfo(String)
Log an info level message
Public methodInfo(String, Exception)
Log an info level message
Public methodInfo(String, array<Object>[]()[][])
Log an info level message
Public methodIsEnabledFor
Is logging enabled for the supplied level?
Public methodLog
Log a message using the given level.
Public methodLogObject
Logs the public properties of an object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveAppender
Remove an appender from our list
Public methodStatic memberSetTag
Public methodStatic memberShutdown
Close and remove all appenders and loggers
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWarn(String)
Log a warning level message
Public methodWarn(String, Exception)
Log a warning level message
Public methodWarn(String, Exception, array<Object>[]()[][])
Log an warning level message

See Also