Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
N
P
R
S
T
W
A
addListener(EventListenerInterface, EventType)
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
addListener(EventListenerInterface, EventType, boolean)
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
addListener(EventListenerInterface, EventType, short)
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
addListener(EventListenerInterface, EventType, short, boolean)
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
C
close()
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
close()
- Method in class nl.tudelft.simulation.logger.handlers.
MemoryHandler
config(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
configs a message
D
dispose()
- Method in class nl.tudelft.simulation.logger.gui.
LoggerFrame
E
entering(Object, String, String, Object)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a method entry.
entering(Object, String, String, Object[])
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a method entry.
entering(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a method entry.
EventLogHandler
- Class in
nl.tudelft.simulation.logger.handlers
A EventLogHandler
(c) copyright 2002-2005
Delft University of Technology
, the Netherlands.
EventLogHandler()
- Constructor for class nl.tudelft.simulation.logger.handlers.
EventLogHandler
constructs a new EventLogHandler
exiting(Object, String, String, Object)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a method exit.
exiting(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a method exit.
F
finalize()
- Method in class nl.tudelft.simulation.logger.gui.
LogPanel
fine(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a fine message
finer(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a finer message
finest(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a finest message
flush()
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
flush()
- Method in class nl.tudelft.simulation.logger.handlers.
MemoryHandler
format(LogRecord)
- Method in class nl.tudelft.simulation.logger.formatters.
StyledTextFormatter
G
getBufferSize()
- Method in class nl.tudelft.simulation.logger.gui.
LogPanel
gets bufferSize
getDefaultHandler()
- Static method in class nl.tudelft.simulation.logger.
Logger
getEventTypes()
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
getFormatter()
- Method in class nl.tudelft.simulation.logger.handlers.
MemoryHandler
getLoggerNames()
- Static method in class nl.tudelft.simulation.logger.
Logger
returns the names of the currently used loggers
getLogLevel()
- Static method in class nl.tudelft.simulation.logger.
Logger
getSize()
- Method in class nl.tudelft.simulation.logger.handlers.
MemoryHandler
returns the size
I
info(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a info message
L
log(Object, Level, String, Object)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated parameter
log(Object, Level, String, Object[])
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated parameters
log(Object, Level, String, Throwable)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated throwable
log(Object, Level, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message
log(Object, LogRecord)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a log record
LOG_RECORD_PRODUCED_EVENT
- Static variable in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
LOG_RECORD_PRODUCED_EVENT is fired whenever an log record is received
Logger
- Class in
nl.tudelft.simulation.logger
Provides a static class to Sun's logging framework.
LoggerFrame
- Class in
nl.tudelft.simulation.logger.gui
The LoggerFrame
(c) copyright 2002-2005
Delft University of Technology
, the Netherlands.
LoggerFrame(Logger)
- Constructor for class nl.tudelft.simulation.logger.gui.
LoggerFrame
constructs a new LoggerFrame
LOGGERS
- Static variable in class nl.tudelft.simulation.logger.
Logger
loggers are the currently available loggers
LoggerSelectFrame
- Class in
nl.tudelft.simulation.logger.gui
A LoggerSelectFrame
(c) copyright 2002-2005
Delft University of Technology
, the Netherlands.
LoggerSelectFrame()
- Constructor for class nl.tudelft.simulation.logger.gui.
LoggerSelectFrame
constructs a new LoggerSelectFrame
logp(Object, Level, String, String, String, Object)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated parameter and class information
logp(Object, Level, String, String, String, Object[])
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated parameter and class information
logp(Object, Level, String, String, String, Throwable)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated throwable and class information
logp(Object, Level, String, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated class information
LogPanel
- Class in
nl.tudelft.simulation.logger.gui
A LogPanel
(c) copyright 2002-2005
Delft University of Technology
, the Netherlands.
LogPanel(Logger)
- Constructor for class nl.tudelft.simulation.logger.gui.
LogPanel
constructs a new LogPanel
logrb(Object, Level, String, String, String, String, Object)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated parameter and class information and resource bundle
logrb(Object, Level, String, String, String, String, Object[])
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated parameters and class information and resource bundle
logrb(Object, Level, String, String, String, String, Throwable)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated throwable and class information and resource bundle
logrb(Object, Level, String, String, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a message, with associated class information and resource bundle
M
MemoryHandler
- Class in
nl.tudelft.simulation.logger.handlers
A MemoryHandler which makes it possible to push to a dynamic target.
MemoryHandler()
- Constructor for class nl.tudelft.simulation.logger.handlers.
MemoryHandler
constructs a new MemoryHandler
MemoryHandler(int)
- Constructor for class nl.tudelft.simulation.logger.handlers.
MemoryHandler
constructs a new MemoryHandler
N
nl.tudelft.simulation.logger
- package nl.tudelft.simulation.logger
nl.tudelft.simulation.logger.formatters
- package nl.tudelft.simulation.logger.formatters
nl.tudelft.simulation.logger.gui
- package nl.tudelft.simulation.logger.gui
nl.tudelft.simulation.logger.handlers
- package nl.tudelft.simulation.logger.handlers
notify(EventInterface)
- Method in class nl.tudelft.simulation.logger.gui.
LoggerSelectFrame
notify(EventInterface)
- Method in class nl.tudelft.simulation.logger.gui.
LogPanel
P
publish(LogRecord)
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
publish(LogRecord)
- Method in class nl.tudelft.simulation.logger.handlers.
MemoryHandler
push(Handler)
- Method in class nl.tudelft.simulation.logger.handlers.
MemoryHandler
pushes the memory to a handler
R
removeListener(EventListenerInterface, EventType)
- Method in class nl.tudelft.simulation.logger.handlers.
EventLogHandler
resolveLogger(Object)
- Static method in class nl.tudelft.simulation.logger.
Logger
resolves the logger for a caller
S
SEPARATOR
- Static variable in class nl.tudelft.simulation.logger.formatters.
StyledTextFormatter
The separator used
setBufferSize(int)
- Method in class nl.tudelft.simulation.logger.gui.
LogPanel
sets the bufferSize
setDefaultHandler(Class)
- Static method in class nl.tudelft.simulation.logger.
Logger
setFormatter(Formatter)
- Method in class nl.tudelft.simulation.logger.handlers.
MemoryHandler
setLogLevel(Level)
- Static method in class nl.tudelft.simulation.logger.
Logger
setSize(int)
- Method in class nl.tudelft.simulation.logger.handlers.
MemoryHandler
sets the number of records this handler can hold
severe(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a severe message
severe(Object, String, Throwable)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a severe message
STYLE_DEFAULT
- Static variable in class nl.tudelft.simulation.logger.formatters.
StyledTextFormatter
the DEFAULT_STYLE
STYLE_FINE
- Static variable in class nl.tudelft.simulation.logger.formatters.
StyledTextFormatter
THE FINE_STYLE
STYLE_ORIGIN
- Static variable in class nl.tudelft.simulation.logger.formatters.
StyledTextFormatter
THE ORIGIN_STYLE
STYLE_SOURCE
- Static variable in class nl.tudelft.simulation.logger.formatters.
StyledTextFormatter
the SOURCE_STYLE
STYLE_WARNING
- Static variable in class nl.tudelft.simulation.logger.formatters.
StyledTextFormatter
the WARNING_STYLE
StyledTextFormatter
- Class in
nl.tudelft.simulation.logger.formatters
A StyledTextFormatter
(c) copyright 2002-2005
Delft University of Technology
, the Netherlands.
StyledTextFormatter(boolean)
- Constructor for class nl.tudelft.simulation.logger.formatters.
StyledTextFormatter
constructs a new StyledTextFormatter
T
throwing(Object, String, String, Throwable)
- Static method in class nl.tudelft.simulation.logger.
Logger
logs a throwable message
W
warning(Object, String, String)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a warning message
warning(Object, String, Throwable)
- Static method in class nl.tudelft.simulation.logger.
Logger
Logs a warning message
A
C
D
E
F
G
I
L
M
N
P
R
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002-2011
Delft University of Technology, the Netherlands
. All Rights Reserved.