net.jradius.log
Interface RadiusLogger

All Known Implementing Classes:
JRadiusLoggerBean, Log4JRadiusLogger

public interface RadiusLogger

JRadius RadiusLogger Interface.

Author:
David Bird

Field Summary
static int LEVEL_DEBUG
           
static int LEVEL_ERROR
           
static int LEVEL_INFO
           
static int LEVEL_OFF
           
static int LEVEL_WARNING
           
 
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)
           
 

Field Detail

LEVEL_OFF

static final int LEVEL_OFF
See Also:
Constant Field Values

LEVEL_ERROR

static final int LEVEL_ERROR
See Also:
Constant Field Values

LEVEL_WARNING

static final int LEVEL_WARNING
See Also:
Constant Field Values

LEVEL_INFO

static final int LEVEL_INFO
See Also:
Constant Field Values

LEVEL_DEBUG

static final int LEVEL_DEBUG
See Also:
Constant Field Values
Method Detail

isLoggable

boolean isLoggable(int logLevel)

error

void error(String message)

error

void error(String message,
           Throwable e)

warn

void warn(String message)

warn

void warn(String message,
          Throwable e)

info

void info(String message)

info

void info(String message,
          Throwable e)

debug

void debug(String message)

debug

void debug(String message,
           Throwable e)


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