|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.log.PrintStreamLoggerFactory
public class PrintStreamLoggerFactory
A factory for PrintStreamLogger instances.
| Field Summary | |
|---|---|
(package private) static java.lang.String |
_ID_
|
| Constructor Summary | |
|---|---|
PrintStreamLoggerFactory(java.io.PrintStream out)
Creates a new instane that logs to the specified stream. |
|
| Method Summary | |
|---|---|
Logger |
getLogger(java.lang.Class aClass)
Creates a new logger instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final java.lang.String _ID_
| Constructor Detail |
|---|
public PrintStreamLoggerFactory(java.io.PrintStream out)
out - the stream to log to.| Method Detail |
|---|
public Logger getLogger(java.lang.Class aClass)
LoggerFactory
getLogger in interface LoggerFactoryaClass - the class being logged.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||