Uses of Interface
com.agilejava.blammo.LoggingKitAdapter

Uses of LoggingKitAdapter in com.agilejava.blammo
 

Classes in com.agilejava.blammo that implement LoggingKitAdapter
 class StdErrLoggingKitAdapter
          An implementation of the LoggingKitAdapter interface, logging all messages to standard err.
 

Methods in com.agilejava.blammo that return LoggingKitAdapter
 LoggingKitAdapter StdErrLoggingKit.createLogKitAdapter(java.lang.Class cl)
           
 LoggingKitAdapter LoggingKit.createLogKitAdapter(java.lang.Class cl)
          Creates a LogKitAdapter for the class passed in.
 

Methods in com.agilejava.blammo with parameters of type LoggingKitAdapter
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.
 void BlammoLogger.setLoggingKitAdapter(LoggingKitAdapter log)
          Sets the LoggingKitAdapter to be used by this logger.
 



Copyright © 2008. All Rights Reserved.