The slf4j logging framework that we use logs messages to specific categories. These categories are typically the name of the class in which the logging statement was defined. This category should be included in the logging statement itself. This will relating log messages to code easier.
Added '%c' identifier to log4j configuration.