|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.calfater.mailcarbon.log.ConsoleLogger
public class ConsoleLogger
Logger implementation for the console.
| Constructor Summary | |
|---|---|
ConsoleLogger()
|
|
| Method Summary | |
|---|---|
void |
print(java.lang.String str)
Print a string. |
void |
println()
Go back to a new line. |
void |
println(java.lang.String str)
Shortcut for print(str) followed by println() call. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleLogger()
| Method Detail |
|---|
public void print(java.lang.String str)
Logger
print in interface Loggerstr - The string to print.public void println(java.lang.String str)
Logger
println in interface Loggerstr - The string to print.public void println()
Logger
println in interface Logger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||