Overload List
| Name | Description | |
|---|---|---|
| Log(LoggingEvent) | 
            This is the most generic printing method that is intended to be used 
            by wrappers.
              | |
| Log(Level, Object, Exception) | 
            This is the most generic printing method. This generic form is intended to be used by wrappers
              | |
| Log(Type, Level, Object, Exception) | 
            This generic form is intended to be used by wrappers.
              | 
See Also