Click or drag to resize
LogManager Methods

[This is preliminary documentation and is subject to change.]

The LogManager type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetLogger(String)
Retrieves or creates a named log.
Public methodStatic memberGetLogger(Type)
Retrieves or creates a named log.
Public methodStatic memberGetLoggerT
Retrieves or creates a named log.
Public methodStatic memberGetLoggerForCurrentFile
Retrieves or creates a log named after the caller source file.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitialize(ILogFactory)
Initializes the logging system.
Public methodStatic memberInitialize(ILoggerFactoryAdapter)
Initializes the logging system.
Public methodStatic memberInitialize(ILoggerFactoryAdapter, ILogFormatter)
Initializes the logging system.
Public methodStatic memberShutdown
Terminates the logging system.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also