Class LoggerSourceImpl

  • All Implemented Interfaces:
    LoggerSource

    public class LoggerSourceImpl
    extends Object
    implements LoggerSource
    Simple wrapper around SLF4J's LoggerFactory. The concept here is that Log implementations could be provided that promote warnings or errors upto thrown exceptions, for people who like their IOC container extra finicky. In addition, the extra layer makes things a lot easier to mock.