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

Quick Search    Search Deep

buildtools
Class StaticLogger  view StaticLogger download StaticLogger.java

java.lang.Object
  extended bybuildtools.StaticLogger

public class StaticLogger
extends java.lang.Object

A static implementation of a Logger. See Logger for JavaDoc

Version:
$Id: StaticLogger.java,v 1.1 1999/12/11 05:29:05 burton Exp $

Field Summary
private static Logger logger
           
 
Constructor Summary
StaticLogger()
           
 
Method Summary
static int getLevel()
           
static void log(java.lang.String log)
           
static void log(java.lang.String log, int level)
           
static void setLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static Logger logger
Constructor Detail

StaticLogger

public StaticLogger()
Method Detail

log

public static void log(java.lang.String log)

log

public static void log(java.lang.String log,
                       int level)

setLevel

public static void setLevel(int level)

getLevel

public static int getLevel()