Uses of Interface
com.agilejava.blammo.LoggingKit

Uses of LoggingKit in com.agilejava.blammo
 

Classes in com.agilejava.blammo that implement LoggingKit
 class StdErrLoggingKit
          An implementation of the LoggingKit interface, constructing LoggingKitAdapter instances that print their output to standard err.
 

Methods in com.agilejava.blammo with parameters of type LoggingKit
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.
 



Copyright © 2008. All Rights Reserved.