ILogger MembersApache log4net™ SDK Documentation
The ILogger type exposes the following members.
Methods

  NameDescription
Public methodIsEnabledFor
Checks if this logger is enabled for a given Level passed as parameter.
Public methodLog(LoggingEvent)
This is the most generic printing method that is intended to be used by wrappers.
Public methodLog(Type, Level, Object, Exception)
This generic form is intended to be used by wrappers.
Back to Top
Properties

  NameDescription
Public propertyName
Gets the name of the logger.
Public propertyRepository
Gets the ILoggerRepository where this Logger instance is attached to.
Back to Top
See Also