LoggerManager MembersApache log4net™ SDK Documentation
The LoggerManager type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateDomain(String)Obsolete.
Creates a repository with the specified name.
Public methodStatic memberCreateDomain(Assembly, Type)Obsolete.
Creates a repository for the specified assembly and repository type.
Public methodStatic memberCreateDomain(String, Type)Obsolete.
Creates a repository with the specified name and repository type.
Public methodStatic memberCreateRepository(String)
Creates a repository with the specified name.
Public methodStatic memberCreateRepository(Assembly, Type)
Creates a repository for the specified assembly and repository type.
Public methodStatic memberCreateRepository(String, Type)
Creates a repository with the specified name and repository type.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberExists(Assembly, String)
Returns the named logger if it exists.
Public methodStatic memberExists(String, String)
Returns the named logger if it exists.
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetAllRepositories
Gets an array of all currently defined repositories.
Public methodStatic memberGetCurrentLoggers(Assembly)
Returns all the currently defined loggers in the specified assembly's repository.
Public methodStatic memberGetCurrentLoggers(String)
Returns all the currently defined loggers in the specified repository.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodStatic memberGetLogger(Assembly, String)
Retrieves or creates a named logger.
Public methodStatic memberGetLogger(Assembly, Type)
Shorthand for GetLogger(string).
Public methodStatic memberGetLogger(String, String)
Retrieves or creates a named logger.
Public methodStatic memberGetLogger(String, Type)
Shorthand for GetLogger(string).
Public methodStatic memberGetLoggerRepository(Assembly)Obsolete.
Returns the default ILoggerRepository instance.
Public methodStatic memberGetLoggerRepository(String)Obsolete.
Return the default ILoggerRepository instance.
Public methodStatic memberGetRepository(Assembly)
Returns the default ILoggerRepository instance.
Public methodStatic memberGetRepository(String)
Return the default ILoggerRepository instance.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberResetConfiguration(Assembly)
Resets all values contained in this repository instance to their defaults.
Public methodStatic memberResetConfiguration(String)
Resets all values contained in this repository instance to their defaults.
Public methodStatic memberShutdown
Shuts down the log4net system.
Public methodStatic memberShutdownRepository(Assembly)
Shuts down the repository for the repository specified.
Public methodStatic memberShutdownRepository(String)
Shuts down the repository for the repository specified.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyStatic memberRepositorySelector
Gets or sets the repository selector used by the LogManager.
Back to Top
See Also