Click or drag to resize
LogManager Class

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

Logging facade.
Inheritance Hierarchy
SystemObject
  YallaLogManager

Namespace: Yalla
Assembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax
public sealed class LogManager

The LogManager type exposes the following members.

Constructors
  NameDescription
Public methodLogManager
Initializes a new instance of the LogManager class
Top
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