The CompositeLogger type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddLogger |
Add a Logger to this CompositeLogger.
| |
| CreateLogEntry |
Create a LogEntry.
(Inherited from Logger.) | |
| DoLog |
Send the log message to contained Loggers.
(Overrides Logger..::.DoLog(LogEntry).) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetDefaultFilter |
Create a new filter instance to use for this Logger.
Use the DefaultFilterClass property.
Subclasses may wish to override.
(Inherited from Logger.) | |
| GetDefaultFormatter |
Create a new formatter instance to use for this Logger.
Use the DefaultFormatterClass property.
Subclasses may wish to override.
(Inherited from Logger.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Log | Overloaded. | |
| LogCritical | Overloaded. | |
| LogDebug | Overloaded. | |
| LogError | Overloaded. | |
| LogFatal | Overloaded. | |
| LogInfo | Overloaded. | |
| LogStatus | Overloaded. | |
| LogWarning | Overloaded. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnLoggingError |
A convenience method called by Logger instances
(Inherited from Logger.) | |
| RemoveLogger |
Remove a Logger
| |
| ShouldLog |
Determine if aLogEntry should be logged
(Inherited from Logger.) | |
| ToString | (Inherited from Object.) | |
| WriteToLog |
Write a String to the log.
Subclasses can override this to actually write to the log.
(Inherited from Logger.) |