de.fhhannover.inform.trust.ifmapj.log
Class IfmapJLog

java.lang.Object
  extended by de.fhhannover.inform.trust.ifmapj.log.IfmapJLog

public class IfmapJLog
extends Object

Remove this as soon as possible, it's just here to provide a bit more logging than System.out.println and I didn't want to include log4j...

Author:
aw

Method Summary
static void debug(String msg)
           
static void error(String msg)
           
static void info(String msg)
           
static void setLogger(IfmapJLogger logger)
           
static void trace(String msg)
           
static void warn(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setLogger

public static void setLogger(IfmapJLogger logger)

trace

public static void trace(String msg)

debug

public static void debug(String msg)

info

public static void info(String msg)

warn

public static void warn(String msg)

error

public static void error(String msg)


Copyright © 2012 Trust@FHH. All Rights Reserved.