net.jradius.log
Class Log4JRadiusLogger
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log4JRadiusLogger
public Log4JRadiusLogger()
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.