| Methods in com.agilejava.blammo that throw BlammoException | 
static java.lang.Object | 
BlammoLoggerFactory.create(java.lang.Class intf)
 
          Creates a new logger for the interface passed in. | 
static java.lang.Object | 
BlammoLoggerFactory.create(java.lang.Class intf,
             LoggingKit kit)
 
          Creates a new logger for the interface passed in, using the
 LoggingKit to create a low level logging kit specific version. | 
static java.lang.Object | 
BlammoLoggerFactory.create(java.lang.Class intf,
             LoggingKitAdapter adapter)
 
          Creates a new logger for the logging interface passed in, using the
 LoggingKitAdapter to create a low level logging kit specific
 version. |