The methods of the LogImpl class are listed below. For a complete list of LogImpl class members, see the LogImpl Members topic.
|  Debug | Overloaded.  Logs a message object with the DEBUGlevel | 
|  DebugFormat | Overloaded.  Logs a formatted message string with the DEBUGlevel. | 
|  Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. | 
|  Error | Overloaded.  Logs a message object with the ERRORlevel | 
|  ErrorFormat | Overloaded.  Logs a formatted message string with the ERRORlevel. | 
|  Fatal | Overloaded.  Logs a message object with the FATALlevel | 
|  FatalFormat | Overloaded.  Logs a formatted message string with the FATALlevel. | 
|  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. | 
|  Info | Overloaded.  Logs a message object with the INFOlevel. | 
|  InfoFormat | Overloaded.  Logs a formatted message string with the INFOlevel. | 
|  ToString (inherited from Object) | Returns a String that represents the current Object. | 
|  Warn | Overloaded.  Logs a message object with the WARNlevel | 
|  WarnFormat | Overloaded.  Logs a formatted message string with the WARNlevel. | 
|  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 | 
LogImpl Class | log4net.Core Namespace