Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

simple.logging
Class Log  view Log download Log.java

java.lang.Object
  extended bysimple.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)