Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
F
G
I
L
O
S
T
W
B
br.ufsc.tlm.j2me.logging
- package br.ufsc.tlm.j2me.logging
C
clearLog()
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Call to clear the log, which must be closed.
closeLog()
- Static method in class br.ufsc.tlm.j2me.logging.
Logger
Call to close the log.
F
FINE
- Static variable in class br.ufsc.tlm.j2me.logging.
Level
fine(String)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Log a message with the FINE level.
G
getLevel()
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Get this logger's level, which may be null.
getLogger(String)
- Static method in class br.ufsc.tlm.j2me.logging.
Logger
Find the logger registered with a specific name.
getName()
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Return the logger's name.
getParent()
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Return the logger's parent.
I
INFO
- Static variable in class br.ufsc.tlm.j2me.logging.
Level
info(String)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Log a message with the INFO level.
intValue()
- Method in class br.ufsc.tlm.j2me.logging.
Level
isLoggable(Level)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Test whether the given level is loggable according to this Logger.
L
Level
- class br.ufsc.tlm.j2me.logging.
Level
.
Created on Aug 26, 2003
Logger
- class br.ufsc.tlm.j2me.logging.
Logger
.
Created on Aug 26, 2003
log(Level, String)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Log a message using the given level.
log(Level, String, Throwable)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Log a message using the given level including optional exception information.
O
OFF
- Static variable in class br.ufsc.tlm.j2me.logging.
Level
S
SEVERE
- Static variable in class br.ufsc.tlm.j2me.logging.
Level
setLevel(Level)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Sets the logger's level.
setLogToRS(boolean)
- Static method in class br.ufsc.tlm.j2me.logging.
Logger
Whether or not to log to the record store.
setLogToStdout(boolean)
- Static method in class br.ufsc.tlm.j2me.logging.
Logger
Whether or not to log to System.out.
setParent(Logger)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Sets the logger's parent.
severe(String)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Log a message with the SEVERE level.
T
toString()
- Method in class br.ufsc.tlm.j2me.logging.
Level
W
WARNING
- Static variable in class br.ufsc.tlm.j2me.logging.
Level
warning(String)
- Method in class br.ufsc.tlm.j2me.logging.
Logger
Log a message with the WARNING level.
B
C
F
G
I
L
O
S
T
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003 Federal University of Santa Catarina. All Rights Reserved.