log4net SDK Documentation - Microsoft .NET Framework 4.0

LogImpl Methods

The methods of the LogImpl class are listed below. For a complete list of LogImpl class members, see the LogImpl Members topic.

Public Instance Methods

DebugOverloaded. Logs a message object with the DEBUG level.
DebugFormatOverloaded. Logs a formatted message string with the DEBUG level.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
ErrorOverloaded. Logs a message object with the ERROR level.
ErrorFormatOverloaded. Logs a formatted message string with the ERROR level.
FatalOverloaded. Logs a message object with the FATAL level.
FatalFormatOverloaded. Logs a formatted message string with the FATAL level.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
InfoOverloaded. Logs a message object with the INFO level.
InfoFormatOverloaded. Logs a formatted message string with the INFO level.
ToString (inherited from Object) Returns a String that represents the current Object.
WarnOverloaded. Logs a message object with the WARN level.
WarnFormatOverloaded. Logs a formatted message string with the WARN level.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
ReloadLevels Virtual method called when the configuration of the repository changes

See Also

LogImpl Class | log4net.Core Namespace