|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.agilejava.blammo.StdErrLoggingKit
public class StdErrLoggingKit
An implementation of the LoggingKit
interface, constructing
LoggingKitAdapter
instances that print their output to standard err.
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 |
---|
public StdErrLoggingKit()
Method Detail |
---|
public LoggingKitAdapter createLogKitAdapter(java.lang.Class cl)
LoggingKit
LogKitAdapter
for the class passed in.
createLogKitAdapter
in interface LoggingKit
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
.)
LoggingKitAdapter
, used internally by Blammo to
log messages.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |