net.jradius.log
Class RadiusLog

java.lang.Object
  extended by net.jradius.log.RadiusLog

public final class RadiusLog
extends Object

JRadius Server Logger Class.

Author:
David Bird

Constructor Summary
RadiusLog()
           
 
Method Summary
static void debug(String message)
           
static void debug(String message, Throwable e)
           
static void error(String message)
           
static void error(String message, Throwable e)
           
static RadiusLogger getRadiusLogger()
           
static void info(String message)
           
static void info(String message, Throwable e)
           
static boolean isLoggable(int logLevel)
           
static String problem(JRadiusRequest request, JRadiusSession session, RadiusException exception, String mesg)
           
static void setRadiusLogger(RadiusLogger logger)
           
static void warn(String message)
           
static void warn(String message, Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiusLog

public RadiusLog()
Method Detail

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.