Gets the logger by calling GetLogger on the currently configured Adapter using the type of the calling class.
the logger instance obtained from the current Adapter
This method needs to inspect the StackTrace in order to determine the calling class. This of course comes with a performance penalty, thus you shouldn't call it too often in your application.
LogManager Class | Common.Logging Namespace | GetLogger