Click or drag to resize
LogFactory Class

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

Log factory.
Inheritance Hierarchy
SystemObject
  YallaLogFactory

Namespace: Yalla
Assembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax
public class LogFactory : ILogFactory

The LogFactory type exposes the following members.

Constructors
  NameDescription
Public methodLogFactory
Initializes a new instance of the LogFactory class.
Public methodLogFactory(ILoggerFactoryAdapter)
Initializes a new instance of the LogFactory class.
Public methodLogFactory(ILoggerFactoryAdapter, ILogFormatter)
Initializes a new instance of the LogFactory class.
Top
Properties
  NameDescription
Public propertyAdapter
Gets or sets the logger factory adapter.
Public propertyFormatter
Gets or sets the log formatter.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLogger
Retrieves or creates a named log.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes the logging system.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShutdown
Terminates the logging system.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also