|
|||||||||
| Home >> All >> simple >> [ logging overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
simple.logging
Class Log

java.lang.Objectsimple.logging.Log
- public class Log
- extends java.lang.Object
| Field Summary | |
private static int |
lineNumber
|
private static boolean |
turnedOn
|
| Constructor Summary | |
private |
Log()
|
| Method Summary | |
static void |
out(java.lang.String toPrint)
|
static void |
turnOff()
|
static void |
turnOn()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
lineNumber
private static int lineNumber
turnedOn
private static boolean turnedOn
| Constructor Detail |
Log
private Log()
| Method Detail |
turnOn
public static void turnOn()
turnOff
public static void turnOff()
out
public static void out(java.lang.String toPrint)
|
|||||||||
| Home >> All >> simple >> [ logging overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
simple.logging.Log