net.jradius.log
Class RadiusLog
java.lang.Object
net.jradius.log.RadiusLog
public final class RadiusLog
- extends Object
JRadius Server Logger Class.
- Author:
- David Bird
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadiusLog
public RadiusLog()
isLoggable
public static boolean isLoggable(int logLevel)
error
public static void error(String message)
error
public static void error(String message,
Throwable e)
warn
public static void warn(String message)
warn
public static void warn(String message,
Throwable e)
info
public static void info(String message)
info
public static void info(String message,
Throwable e)
debug
public static void debug(String message)
debug
public static void debug(String message,
Throwable e)
problem
public static String problem(JRadiusRequest request,
JRadiusSession session,
RadiusException exception,
String mesg)
getRadiusLogger
public static RadiusLogger getRadiusLogger()
setRadiusLogger
public static void setRadiusLogger(RadiusLogger logger)
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.