org.hardtokenmgmt.core.log
Class LocalLog

java.lang.Object
  extended by org.hardtokenmgmt.core.log.LocalLog

public class LocalLog
extends java.lang.Object

Class managing the local log stored in the users home directory with the filename .hardtokenmgmt.log

Version:
$Id$
Author:
Philip Vendil 2006-aug-28

Constructor Summary
LocalLog()
           
 
Method Summary
static void debug(java.lang.String msg)
           
static void debug(java.lang.String msg, java.util.logging.Level level)
           
static void debug(java.lang.Throwable thrown)
           
static void entering()
           
static void entering(java.lang.Object o)
           
static void entering(java.lang.Object[] os)
           
static java.util.logging.Logger getLogger()
           
static void throwing(java.lang.Throwable t)
           
static void throwing(java.lang.Throwable t, java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalLog

public LocalLog()
Method Detail

getLogger

public static java.util.logging.Logger getLogger()

entering

public static void entering()

entering

public static void entering(java.lang.Object o)

entering

public static void entering(java.lang.Object[] os)

throwing

public static void throwing(java.lang.Throwable t)

throwing

public static void throwing(java.lang.Throwable t,
                            java.lang.String message)

debug

public static void debug(java.lang.String msg,
                         java.util.logging.Level level)

debug

public static void debug(java.lang.String msg)

debug

public static void debug(java.lang.Throwable thrown)