|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.calfater.mailcarbon.log.LoggerFactory
public class LoggerFactory
Manage different logger implementations
| Constructor Summary | |
|---|---|
LoggerFactory()
|
|
| Method Summary | |
|---|---|
static ConsoleLogger |
getConsoleLogger()
Get a logger for a the console. |
static TextAreaLogger |
getTextAreaLogger(javax.swing.JTextArea dest)
Get a logger for a JTextArea. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggerFactory()
| Method Detail |
|---|
public static TextAreaLogger getTextAreaLogger(javax.swing.JTextArea dest)
dest - the destination JTextArea.
Logger for JtextArea.public static ConsoleLogger getConsoleLogger()
Logger for the console.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||