JBoss LogManager 1.0.0.GA
A C D E F G I L O R S T W

A

addHandler(Handler) - Method in class org.jboss.logmanager.LoggerInstance
addLogger(Logger) - Method in class org.jboss.logmanager.LogManager
Do nothing.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jboss.logmanager.LogManager
Do nothing.

C

close() - Method in class org.jboss.logmanager.LoggingWriter
close() - Method in class org.jboss.logmanager.WriterOutputStream
create() - Static method in class org.jboss.logmanager.LogContext
Create a new log context.

D

DEBUG - Static variable in class org.jboss.logmanager.Level
 

E

ERROR - Static variable in class org.jboss.logmanager.Level
 

F

FATAL - Static variable in class org.jboss.logmanager.Level
 
finalize() - Method in class org.jboss.logmanager.LoggerInstance
Perform finalization actions.
flush() - Method in class org.jboss.logmanager.LoggingWriter
flush() - Method in class org.jboss.logmanager.WriterOutputStream

G

getFilter() - Method in class org.jboss.logmanager.LoggerInstance
getHandlers() - Method in class org.jboss.logmanager.LoggerInstance
getLevel() - Method in class org.jboss.logmanager.LoggerInstance
getLogContext() - Static method in class org.jboss.logmanager.LogContext
Get the currently active log context.
getLogContext() - Method in interface org.jboss.logmanager.LogContextSelector
Get the current log context.
getLogger(String) - Method in class org.jboss.logmanager.LogContext
Get a logger with the given name from this logging context.
getLogger(String) - Method in class org.jboss.logmanager.LogManager
Get or create a logger with the given name.
getLoggerNames() - Method in class org.jboss.logmanager.LogManager
Does nothing.
getParent() - Method in class org.jboss.logmanager.LoggerInstance
getProperty(String) - Method in class org.jboss.logmanager.LogManager
Does nothing.
getSystemLogContext() - Static method in class org.jboss.logmanager.LogContext
Get the system log context.
getUseParentHandlers() - Method in class org.jboss.logmanager.LoggerInstance

I

INFO - Static variable in class org.jboss.logmanager.Level
 
installSystemErr(String, Level) - Static method in class org.jboss.logmanager.LogManager
 
installSystemOut(String, Level) - Static method in class org.jboss.logmanager.LogManager
 
isLoggable(Level) - Method in class org.jboss.logmanager.LoggerInstance

L

Level - Class in org.jboss.logmanager
Log4j-like levels.
Level(String, int) - Constructor for class org.jboss.logmanager.Level
 
Level(String, int, String) - Constructor for class org.jboss.logmanager.Level
 
log(LogRecord) - Method in class org.jboss.logmanager.LoggerInstance
LogContext - Class in org.jboss.logmanager
A logging context, for producing isolated logging environments.
LogContextSelector - Interface in org.jboss.logmanager
A mechanism for determining what the current log context is.
LoggerInstance - Class in org.jboss.logmanager
An actual logger instance.
LoggingWriter - Class in org.jboss.logmanager
A writer which sends its data to a logger.
LoggingWriter(String, Level) - Constructor for class org.jboss.logmanager.LoggingWriter
Construct a new instance.
LogManager - Class in org.jboss.logmanager
Simplified log manager.
LogManager() - Constructor for class org.jboss.logmanager.LogManager
Construct a new logmanager instance.

O

org.jboss.logmanager - package org.jboss.logmanager
 

R

readConfiguration() - Method in class org.jboss.logmanager.LogManager
Do nothing.
readConfiguration(InputStream) - Method in class org.jboss.logmanager.LogManager
Do nothing.
removeHandler(Handler) - Method in class org.jboss.logmanager.LoggerInstance
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jboss.logmanager.LogManager
Do nothing.
reset() - Method in class org.jboss.logmanager.LogManager
Does nothing.

S

setFilter(Filter) - Method in class org.jboss.logmanager.LoggerInstance
setLevel(Level) - Method in class org.jboss.logmanager.LoggerInstance
This implementation grabs a lock, so that only one thread may update the log level of any logger at a time, in order to allow readers to never block (though there is a window where retrieving the log level reflects an older effective level than the actual level).
setLogContextSelector(LogContextSelector) - Static method in class org.jboss.logmanager.LogContext
Set a new log context selector.
setParent(Logger) - Method in class org.jboss.logmanager.LoggerInstance
Not allowed. This method may never be called.
setUseParentHandlers(boolean) - Method in class org.jboss.logmanager.LoggerInstance

T

TRACE - Static variable in class org.jboss.logmanager.Level
 

W

WARN - Static variable in class org.jboss.logmanager.Level
 
write(int) - Method in class org.jboss.logmanager.LoggingWriter
write(char[], int, int) - Method in class org.jboss.logmanager.LoggingWriter
write(int) - Method in class org.jboss.logmanager.WriterOutputStream
write(byte[], int, int) - Method in class org.jboss.logmanager.WriterOutputStream
WriterOutputStream - Class in org.jboss.logmanager
An output stream which decodes into a writer.
WriterOutputStream(Writer) - Constructor for class org.jboss.logmanager.WriterOutputStream
Construct a new instance using the default charset.
WriterOutputStream(Writer, String) - Constructor for class org.jboss.logmanager.WriterOutputStream
Construct a new instance using the named charset.
WriterOutputStream(Writer, Charset) - Constructor for class org.jboss.logmanager.WriterOutputStream
Construct a new instance using the given charset.
WriterOutputStream(Writer, CharsetDecoder) - Constructor for class org.jboss.logmanager.WriterOutputStream
Construct a new instance using the given charset decoder.

A C D E F G I L O R S T W
JBoss LogManager 1.0.0.GA

Copyright © 2009 JBoss, a division of Red Hat, Inc.