net.noco.dtogen.log
Class LogFactory

java.lang.Object
  extended bynet.noco.dtogen.log.LogFactory

public class LogFactory
extends java.lang.Object

Class usage XXX

Version:
$Revision: 1.59 $

Field Summary
private static LogFactory instance
           
private  ILog logger
           
private  int logLevel
           
 
Constructor Summary
private LogFactory()
           
 
Method Summary
static ILog getLogger()
           
static void setLogLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static final LogFactory instance

logger

private ILog logger

logLevel

private int logLevel
Constructor Detail

LogFactory

private LogFactory()
Method Detail

setLogLevel

public static void setLogLevel(int level)

getLogger

public static final ILog getLogger()


Copyright © 2004 Alexandru Popescu (a.k.a. the_mindstorm). All Rights Reserved.