The methods of the Logger class are listed below. For a complete list of Logger class members, see the Logger Members topic.
|  AddAppender | Add newAppender to the list of appenders of this Logger instance. | 
|  CloseNestedAppenders | Closes all attached appenders implementing the IAppenderAttachable interface. | 
|  Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. | 
|  GetAppender | Look for the appender named as name | 
|  GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | 
|  GetType (inherited from Object) | Gets the Type of the current instance. | 
|  IsEnabledFor | Checks if this logger is enabled for a given Level passed as parameter. | 
|  Log | Overloaded. This is the most generic printing method that is intended to be used by wrappers. | 
|  RemoveAllAppenders | Remove all previously added appenders from this Logger instance. | 
|  RemoveAppender | Overloaded. Remove the appender passed as parameter form the list of appenders. | 
|  ToString (inherited from Object) | Returns a String that represents the current Object. | 
|  CallAppenders | Deliver the LoggingEvent to the attached appenders. | 
|  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. | 
|  ForcedLog | Overloaded. Creates a new logging event and logs the event without further checks. | 
|  MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. | 
Logger Class | log4net.Repository.Hierarchy Namespace