net.jradius.log
Class Log4JRadiusLogger

java.lang.Object
  extended by net.jradius.log.Log4JRadiusLogger
All Implemented Interfaces:
RadiusLogger

public class Log4JRadiusLogger
extends Object
implements RadiusLogger

Created by IntelliJ IDEA. User: bvujnovic Date: 2008.11.12 Time: 10:48:52 To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from interface net.jradius.log.RadiusLogger
LEVEL_DEBUG, LEVEL_ERROR, LEVEL_INFO, LEVEL_OFF, LEVEL_WARNING
 
Constructor Summary
Log4JRadiusLogger()
           
 
Method Summary
 void debug(String message)
           
 void debug(String message, Throwable e)
           
 void error(String message)
           
 void error(String message, Throwable e)
           
 void info(String message)
           
 void info(String message, Throwable e)
           
 boolean isLoggable(int logLevel)
           
 void warn(String message)
           
 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

Log4JRadiusLogger

public Log4JRadiusLogger()
Method Detail

isLoggable

public boolean isLoggable(int logLevel)
Specified by:
isLoggable in interface RadiusLogger

error

public void error(String message)
Specified by:
error in interface RadiusLogger

error

public void error(String message,
                  Throwable e)
Specified by:
error in interface RadiusLogger

warn

public void warn(String message)
Specified by:
warn in interface RadiusLogger

warn

public void warn(String message,
                 Throwable e)
Specified by:
warn in interface RadiusLogger

info

public void info(String message)
Specified by:
info in interface RadiusLogger

info

public void info(String message,
                 Throwable e)
Specified by:
info in interface RadiusLogger

debug

public void debug(String message)
Specified by:
debug in interface RadiusLogger

debug

public void debug(String message,
                  Throwable e)
Specified by:
debug in interface RadiusLogger


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.