com.agilejava.blammo
Class StdErrLoggingKit

java.lang.Object
  extended by com.agilejava.blammo.StdErrLoggingKit
All Implemented Interfaces:
LoggingKit

public class StdErrLoggingKit
extends java.lang.Object
implements LoggingKit

An implementation of the LoggingKit interface, constructing LoggingKitAdapter instances that print their output to standard err.

Author:
Wilfred Springer

Constructor Summary
StdErrLoggingKit()
           
 
Method Summary
 LoggingKitAdapter createLogKitAdapter(java.lang.Class cl)
          Creates a LogKitAdapter for the class passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdErrLoggingKit

public StdErrLoggingKit()
Method Detail

createLogKitAdapter

public LoggingKitAdapter createLogKitAdapter(java.lang.Class cl)
Description copied from interface: LoggingKit
Creates a LogKitAdapter for the class passed in.

Specified by:
createLogKitAdapter in interface LoggingKit
Parameters:
cl - The class is just passed in as a courtesy to low level frameworks, who will normally have a smart way of connecting log messages to a class and then allow filters to be specified on the log messages generated. (Not null.)
Returns:
A LoggingKitAdapter, used internally by Blammo to log messages.


Copyright © 2008. All Rights Reserved.