|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hardtokenmgmt.core.log.LocalLog
public class LocalLog
Class managing the local log stored in the users home directory
with the filename .hardtokenmgmt
Constructor Summary
LocalLog()
Method Summary
static voiddebug(java.lang.String msg)
static voiddebug(java.lang.String msg,
java.util.logging.Level level)
static voiddebug(java.lang.Throwable thrown)
static voidentering()
static voidentering(java.lang.Object o)
static voidentering(java.lang.Object[] os)
static java.util.logging.LoggergetLogger()
static voidthrowing(java.lang.Throwable t)
static voidthrowing(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)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD