Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
N
O
R
S
T
V
W
A
AbstractLogger
- Class in
org.arakhne.logging
This class provides the base for a concrete implementation of the
Logger
interface.
AbstractLogger()
- Constructor for class org.arakhne.logging.
AbstractLogger
AbstractPrintStreamLogger
- Class in
org.arakhne.logging
This class provides the base for a concrete implementation of the
Logger
interface.
AbstractPrintStreamLogger(PrintStream, PrintStream)
- Constructor for class org.arakhne.logging.
AbstractPrintStreamLogger
Unamed Logger on system console.
AbstractPrintStreamLogger(PrintStream, PrintStream, String)
- Constructor for class org.arakhne.logging.
AbstractPrintStreamLogger
Named Logger on system console.
AbstractStandAloneLogger
- Class in
org.arakhne.logging
This class provides the base for a concrete implementation of the
Logger
interface.
AbstractStandAloneLogger()
- Constructor for class org.arakhne.logging.
AbstractStandAloneLogger
Unamed Logger on system console.
AbstractStandAloneLogger(String)
- Constructor for class org.arakhne.logging.
AbstractStandAloneLogger
Named Logger on system console.
addLoggerEventListener(LoggerEventListener)
- Method in class org.arakhne.logging.
AbstractLogger
Add listener on logger events.
addLoggerEventListener(LoggerEventListener)
- Method in interface org.arakhne.logging.
Logger
Add listener on logger events.
addLoggerEventListener(LoggerEventListener)
- Method in class org.arakhne.logging.
LoggingSystem
Add listener on logger events.
anomalyStream
- Variable in class org.arakhne.logging.
AbstractPrintStreamLogger
Output print stream for anomalies.
C
ConsoleLogger
- Class in
org.arakhne.logging
This class provides the concrete implementation of the
Logger
interface.
ConsoleLogger()
- Constructor for class org.arakhne.logging.
ConsoleLogger
Unamed Logger on system console.
ConsoleLogger(String)
- Constructor for class org.arakhne.logging.
ConsoleLogger
Named Logger on system console.
createLoggerInstance(String, LogLevel)
- Method in class org.arakhne.logging.
LoggingSystem
D
debug(Object, String, Throwable)
- Method in class org.arakhne.logging.
AbstractLogger
debug(Object, String)
- Method in class org.arakhne.logging.
AbstractLogger
Log a message at the DEBUG level.
debug(Object, String)
- Method in interface org.arakhne.logging.
Logger
Log a message at the DEBUG level.
debug(Object, String, Throwable)
- Method in interface org.arakhne.logging.
Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
E
error(Object, String, Throwable)
- Method in class org.arakhne.logging.
AbstractLogger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(Object, String)
- Method in class org.arakhne.logging.
AbstractLogger
Log a message at the ERROR level.
error(Object, String)
- Method in interface org.arakhne.logging.
Logger
Log a message at the ERROR level.
error(Object, String, Throwable)
- Method in interface org.arakhne.logging.
Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
F
FileLogger
- Class in
org.arakhne.logging
This class provides the concrete implementation of the
Logger
interface.
FileLogger(File)
- Constructor for class org.arakhne.logging.
FileLogger
Unamed Logger on system console.
FileLogger(File, String)
- Constructor for class org.arakhne.logging.
FileLogger
Named Logger on system console.
findDefaultLoggerClass()
- Method in class org.arakhne.logging.
LoggingSystem
findLoggerClass()
- Method in class org.arakhne.logging.
LoggingSystem
fireLoggerEvent(Object, LogLevel, String)
- Method in class org.arakhne.logging.
AbstractLogger
Notify the logger event listeners.
fireLoggerEvent(Object, LogLevel, String, Throwable)
- Method in class org.arakhne.logging.
AbstractLogger
Notify the logger event listeners.
fireLoggerEvent(LoggerEvent)
- Method in class org.arakhne.logging.
LoggingSystem
Notify the logger event listeners.
G
getAnonymousLogger()
- Method in class org.arakhne.logging.
LoggingSystem
Replies the logger to use when the scope is unknown.
getDefaultLogLevel()
- Method in class org.arakhne.logging.
LoggingSystem
Replies the default log level for new loggers.
getException()
- Method in class org.arakhne.logging.
LoggerEvent
Replies the exception associated to this event.
getLocalizedString(LogLevel)
- Static method in class org.arakhne.logging.
AbstractStandAloneLogger
Replies the label which is corresponding to the given log level.
getLogFile()
- Method in class org.arakhne.logging.
FileLogger
Replies the log file which is written by this logger.
getLogger()
- Method in class org.arakhne.logging.
LoggerEvent
Replies the logger which has received the event.
getLogger()
- Static method in class org.arakhne.logging.
LoggingSystem
Return an anonymous logger.
getLogger(String)
- Static method in class org.arakhne.logging.
LoggingSystem
Return a logger named according to the name parameter.
getLogger(Class<?>)
- Static method in class org.arakhne.logging.
LoggingSystem
Return a logger named corresponding to the class passed as parameter.
getLoggingSystem()
- Static method in class org.arakhne.logging.
LoggingSystem
Returns the instance of
LoggingSystem
in use
getLogLevel()
- Method in class org.arakhne.logging.
AbstractLogger
Replies the minimum log level.
getLogLevel()
- Method in interface org.arakhne.logging.
Logger
Replies the minimum log level.
getLogLevel()
- Method in class org.arakhne.logging.
LoggerEvent
Replies the log level of the event.
getMessage()
- Method in class org.arakhne.logging.
LoggerEvent
Replies the message in the event.
getName()
- Method in class org.arakhne.logging.
AbstractStandAloneLogger
getName()
- Method in interface org.arakhne.logging.
Logger
Return the name of this
Logger
instance.
getName()
- Method in class org.arakhne.logging.
SunLogger
getPreferedLogger(String)
- Method in class org.arakhne.logging.
LoggingSystem
Replies the prefered logger for the specified scope.
getPreferedLoggerType()
- Method in class org.arakhne.logging.
LoggingSystem
Replies the prefered type for the loggers.
H
hasHigherPriority(LogLevel)
- Method in enum org.arakhne.logging.
LogLevel
Check if logging is allowed.
I
info(Object, String, Throwable)
- Method in class org.arakhne.logging.
AbstractLogger
Log an exception (throwable) at the INFO level with an accompanying message.
info(Object, String)
- Method in class org.arakhne.logging.
AbstractLogger
Log a message at the INFO level.
info(Object, String)
- Method in interface org.arakhne.logging.
Logger
Log a message at the INFO level.
info(Object, String, Throwable)
- Method in interface org.arakhne.logging.
Logger
Log an exception (throwable) at the INFO level with an accompanying message.
isAnomalyLevel()
- Method in enum org.arakhne.logging.
LogLevel
Replies if this log level is for anomalies.
isDebugEnabled()
- Method in class org.arakhne.logging.
AbstractLogger
isDebugEnabled()
- Method in interface org.arakhne.logging.
Logger
Is the logger instance enabled for the DEBUG level?
isErrorEnabled()
- Method in class org.arakhne.logging.
AbstractLogger
isErrorEnabled()
- Method in interface org.arakhne.logging.
Logger
Is the logger instance enabled for the ERROR level?
isInfoEnabled()
- Method in class org.arakhne.logging.
AbstractLogger
isInfoEnabled()
- Method in interface org.arakhne.logging.
Logger
Is the logger instance enabled for the INFO level?
isLoggableFor(LogLevel)
- Method in class org.arakhne.logging.
AbstractLogger
Check if logging is allowed.
isWarnEnabled()
- Method in class org.arakhne.logging.
AbstractLogger
isWarnEnabled()
- Method in interface org.arakhne.logging.
Logger
Is the logger instance enabled for the WARN level?
L
log(Object, LogLevel, String)
- Method in class org.arakhne.logging.
AbstractLogger
log(Object, LogLevel, String, Throwable)
- Method in class org.arakhne.logging.
AbstractPrintStreamLogger
log(Object, LogLevel, String)
- Method in interface org.arakhne.logging.
Logger
Log the specified message at the specified level
log(Object, LogLevel, String, Throwable)
- Method in interface org.arakhne.logging.
Logger
Log the specified message at the specified level
log(Object, LogLevel, String)
- Method in class org.arakhne.logging.
SunLogger
log(Object, LogLevel, String, Throwable)
- Method in class org.arakhne.logging.
SunLogger
Logger
- Interface in
org.arakhne.logging
The main user interface to logging.
LoggerEvent
- Class in
org.arakhne.logging
This class provides a description of a logging event.
LoggerEvent(Object, Logger, LogLevel, String)
- Constructor for class org.arakhne.logging.
LoggerEvent
LoggerEvent(Object, Logger, LogLevel, String, Throwable)
- Constructor for class org.arakhne.logging.
LoggerEvent
LoggerEventListener
- Interface in
org.arakhne.logging
Listener on logger events.
LoggingSystem
- Class in
org.arakhne.logging
This interface describes the body of an situated agent.
LoggingSystem()
- Constructor for class org.arakhne.logging.
LoggingSystem
LogLevel
- Enum in
org.arakhne.logging
The enum describing the various available log levels.
N
name
- Variable in class org.arakhne.logging.
AbstractStandAloneLogger
Name of this logger.
noticeStream
- Variable in class org.arakhne.logging.
AbstractPrintStreamLogger
Output print stream for messages.
O
onLoggedEvent(LoggerEvent)
- Method in interface org.arakhne.logging.
LoggerEventListener
Invoked when an event was logged in.
org.arakhne.logging
- package org.arakhne.logging
R
removeLoggerEventListener(LoggerEventListener)
- Method in class org.arakhne.logging.
AbstractLogger
Remove listener on logger events.
removeLoggerEventListener(LoggerEventListener)
- Method in interface org.arakhne.logging.
Logger
Remove listener on logger events.
removeLoggerEventListener(LoggerEventListener)
- Method in class org.arakhne.logging.
LoggingSystem
Remove listener on logger events.
S
setDefaultLogLevel(LogLevel)
- Method in class org.arakhne.logging.
LoggingSystem
Set the default log level for new loggers.
setLogLevel(LogLevel)
- Method in class org.arakhne.logging.
AbstractLogger
Set the minimum log level.
setLogLevel(LogLevel)
- Method in interface org.arakhne.logging.
Logger
Set the minimum log level.
setLogLevel(LogLevel)
- Method in class org.arakhne.logging.
SunLogger
Set the minimum log level.
setPreferedLogger(String, Logger)
- Method in class org.arakhne.logging.
LoggingSystem
Set the prefered logger.
setPreferedLoggerType(Class<? extends Logger>)
- Method in class org.arakhne.logging.
LoggingSystem
Set the prefered type for the loggers.
SunLogger
- Class in
org.arakhne.logging
This class provides the concrete implementation of the
Logger
interface.
SunLogger()
- Constructor for class org.arakhne.logging.
SunLogger
Create an unamed logger based of Sun's logging system.
SunLogger(String)
- Constructor for class org.arakhne.logging.
SunLogger
Create a named logger based of Sun's logging system.
T
toSunLevel(LogLevel)
- Method in class org.arakhne.logging.
SunLogger
Translate a logging level into the same thing for Sun's logging system.
V
valueOf(String)
- Static method in enum org.arakhne.logging.
LogLevel
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.arakhne.logging.
LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
W
warn(Object, String, Throwable)
- Method in class org.arakhne.logging.
AbstractLogger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(Object, String)
- Method in class org.arakhne.logging.
AbstractLogger
Log a message at the WARN level.
warn(Object, String)
- Method in interface org.arakhne.logging.
Logger
Log a message at the WARN level.
warn(Object, String, Throwable)
- Method in interface org.arakhne.logging.
Logger
Log an exception (throwable) at the WARN level with an accompanying message.
A
C
D
E
F
G
H
I
L
N
O
R
S
T
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2011 Arakhnê.org Consortium. All rights reserved under LGPL license terms.