Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
L
M
N
P
S
T
U
V
W
A
AbstractLogger
- Class in
com.mycila.log
AbstractLogger()
- Constructor for class com.mycila.log.
AbstractLogger
AsyncInvocationHandler
<
T
extends java.util.logging.Handler> - Class in
com.mycila.log.jdk.hook
AsyncInvocationHandler()
- Constructor for class com.mycila.log.jdk.hook.
AsyncInvocationHandler
C
cache(LoggerProvider)
- Static method in class com.mycila.log.
LoggerProviders
Caches Logger instances in a SoftHashMap so that garbadge collector can remove entries on memory demand.
canDebug()
- Method in class com.mycila.log.
AbstractLogger
canDebug()
- Method in interface com.mycila.log.
Logger
canError()
- Method in class com.mycila.log.
AbstractLogger
canError()
- Method in interface com.mycila.log.
Logger
canInfo()
- Method in class com.mycila.log.
AbstractLogger
canInfo()
- Method in interface com.mycila.log.
Logger
canLog(Level)
- Method in class com.mycila.log.jdk.
JDKLogger
canLog(Level)
- Method in class com.mycila.log.log4j.
Log4jLogger
canLog(Level)
- Method in interface com.mycila.log.
Logger
canLog(Level)
- Method in class com.mycila.log.nop.
NopLogger
canTrace()
- Method in class com.mycila.log.
AbstractLogger
canTrace()
- Method in interface com.mycila.log.
Logger
canWarn()
- Method in class com.mycila.log.
AbstractLogger
canWarn()
- Method in interface com.mycila.log.
Logger
ClassFormatter
- Class in
com.mycila.log.jdk.format
ClassFormatter()
- Constructor for class com.mycila.log.jdk.format.
ClassFormatter
close()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
close(T)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
close(T)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
com.mycila.log
- package com.mycila.log
com.mycila.log.jdk
- package com.mycila.log.jdk
com.mycila.log.jdk.format
- package com.mycila.log.jdk.format
com.mycila.log.jdk.handler
- package com.mycila.log.jdk.handler
com.mycila.log.jdk.hook
- package com.mycila.log.jdk.hook
com.mycila.log.log4j
- package com.mycila.log.log4j
com.mycila.log.nop
- package com.mycila.log.nop
D
debug(Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
debug(Throwable, Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
debug(Object)
- Method in class com.mycila.log.
AbstractLogger
debug(Throwable, Object)
- Method in class com.mycila.log.
AbstractLogger
debug(Object)
- Method in interface com.mycila.log.
Logger
debug(Object, Object...)
- Method in interface com.mycila.log.
Logger
debug(Throwable, Object)
- Method in interface com.mycila.log.
Logger
debug(Throwable, Object, Object...)
- Method in interface com.mycila.log.
Logger
doLog(Level, Throwable, Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
doLog(Level, Throwable, Object, Object...)
- Method in class com.mycila.log.jdk.
JDKLogger
doLog(Level, Throwable, Object, Object...)
- Method in class com.mycila.log.log4j.
Log4jLogger
doLog(Level, Throwable, Object, Object...)
- Method in class com.mycila.log.nop.
NopLogger
E
EOL
- Static variable in class com.mycila.log.jdk.format.
Utils
error(Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
error(Throwable, Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
error(Object)
- Method in class com.mycila.log.
AbstractLogger
error(Throwable, Object)
- Method in class com.mycila.log.
AbstractLogger
error(Object)
- Method in interface com.mycila.log.
Logger
error(Object, Object...)
- Method in interface com.mycila.log.
Logger
error(Throwable, Object)
- Method in interface com.mycila.log.
Logger
error(Throwable, Object, Object...)
- Method in interface com.mycila.log.
Logger
F
flush()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
flush(T)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
flush(T)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
format(LogRecord)
- Method in class com.mycila.log.jdk.format.
ClassFormatter
fromSystemProperty()
- Static method in class com.mycila.log.
LoggerProviders
Read the system property 'mycila.log.provider' to get the name of a class to instanciate, which implementing
LoggerProvider
G
get(String)
- Method in class com.mycila.log.jdk.
JDKLoggerProvider
get()
- Static method in class com.mycila.log.jdk.
JDKLoggerProvider
get(String)
- Method in class com.mycila.log.log4j.
Log4jLoggerProvider
get()
- Static method in class com.mycila.log.log4j.
Log4jLoggerProvider
get(String)
- Method in interface com.mycila.log.
LoggerProvider
get(Class<?>)
- Static method in class com.mycila.log.
Loggers
Get the logger for specified class
get(String)
- Static method in class com.mycila.log.
Loggers
Get a named logger
get(String)
- Method in class com.mycila.log.nop.
NopLoggerProvider
get()
- Static method in class com.mycila.log.nop.
NopLoggerProvider
getConfigFile()
- Static method in class com.mycila.log.
LoggerProviders
getDatePattern()
- Method in class com.mycila.log.jdk.format.
ClassFormatter
getEncoding()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
getEncoding(T)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
getEncoding(T)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
getErrorManager()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
getErrorManager(T)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
getErrorManager(T)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
getFilter()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
getFilter(T)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
getFilter(T)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
getFormatter()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
getFormatter(T)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
getFormatter(T)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
getHandler()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
getHook()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
getLevel()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
getLevel(T)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
getLevel(T)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
getMaxLevel()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
getThresold()
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
I
info(Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
info(Throwable, Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
info(Object)
- Method in class com.mycila.log.
AbstractLogger
info(Throwable, Object)
- Method in class com.mycila.log.
AbstractLogger
info(Object)
- Method in interface com.mycila.log.
Logger
info(Object, Object...)
- Method in interface com.mycila.log.
Logger
info(Throwable, Object)
- Method in interface com.mycila.log.
Logger
info(Throwable, Object, Object...)
- Method in interface com.mycila.log.
Logger
INSTANCE
- Static variable in class com.mycila.log.nop.
NopLogger
instantiateByClassName(String, Class, T)
- Static method in class com.mycila.log.jdk.format.
Utils
InvocationHandler
<
T
extends java.util.logging.Handler> - Interface in
com.mycila.log.jdk.hook
isLoggable(LogRecord)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
isLoggable(T, LogRecord)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
isLoggable(T, LogRecord)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
J
jdk()
- Static method in class com.mycila.log.
LoggerProviders
JDKLogger
- Class in
com.mycila.log.jdk
JDKLogger(String)
- Constructor for class com.mycila.log.jdk.
JDKLogger
JDKLoggerProvider
- Class in
com.mycila.log.jdk
JDKLoggerProvider()
- Constructor for class com.mycila.log.jdk.
JDKLoggerProvider
L
Level
- Enum in
com.mycila.log
log(Level, Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
log(Level, Throwable, Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
log(Level, Object)
- Method in class com.mycila.log.
AbstractLogger
log(Level, Throwable, Object)
- Method in class com.mycila.log.
AbstractLogger
log(Level, Object)
- Method in interface com.mycila.log.
Logger
log(Level, Object, Object...)
- Method in interface com.mycila.log.
Logger
log(Level, Throwable, Object)
- Method in interface com.mycila.log.
Logger
log(Level, Throwable, Object, Object...)
- Method in interface com.mycila.log.
Logger
log4j()
- Static method in class com.mycila.log.
LoggerProviders
Log4jLogger
- Class in
com.mycila.log.log4j
Log4jLogger(String)
- Constructor for class com.mycila.log.log4j.
Log4jLogger
Log4jLoggerProvider
- Class in
com.mycila.log.log4j
Log4jLoggerProvider()
- Constructor for class com.mycila.log.log4j.
Log4jLoggerProvider
Logger
- Interface in
com.mycila.log
LoggerProvider
- Interface in
com.mycila.log
LoggerProviders
- Class in
com.mycila.log
Loggers
- Class in
com.mycila.log
M
MycilaHandler
<
T
extends java.util.logging.Handler> - Class in
com.mycila.log.jdk.handler
MycilaHandler()
- Constructor for class com.mycila.log.jdk.handler.
MycilaHandler
MycilaHandler(T)
- Constructor for class com.mycila.log.jdk.handler.
MycilaHandler
MycilaInvocationHandler
<
T
extends java.util.logging.Handler> - Class in
com.mycila.log.jdk.hook
MycilaInvocationHandler()
- Constructor for class com.mycila.log.jdk.hook.
MycilaInvocationHandler
N
nop()
- Static method in class com.mycila.log.
LoggerProviders
NopLogger
- Class in
com.mycila.log.nop
NopLoggerProvider
- Class in
com.mycila.log.nop
NopLoggerProvider()
- Constructor for class com.mycila.log.nop.
NopLoggerProvider
P
publish(LogRecord)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
publish(T, LogRecord)
- Method in class com.mycila.log.jdk.hook.
AsyncInvocationHandler
publish(T, LogRecord)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
publish(T, LogRecord)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
S
setDatePattern(String)
- Method in class com.mycila.log.jdk.format.
ClassFormatter
setEncoding(T, String)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
setEncoding(T, String)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
setErrorManager(ErrorManager)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
setErrorManager(T, ErrorManager)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
setErrorManager(T, ErrorManager)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
setFilter(Filter)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
setFilter(T, Filter)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
setFilter(T, Filter)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
setFormatter(Formatter)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
setFormatter(T, Formatter)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
setFormatter(T, Formatter)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
setHandler(T)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
setHook(InvocationHandler<T>)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
setLevel(Level)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
setLevel(T, Level)
- Method in interface com.mycila.log.jdk.hook.
InvocationHandler
setLevel(T, Level)
- Method in class com.mycila.log.jdk.hook.
MycilaInvocationHandler
setMaxLevel(Level)
- Method in class com.mycila.log.jdk.handler.
MycilaHandler
StderrHandler
- Class in
com.mycila.log.jdk.handler
StderrHandler()
- Constructor for class com.mycila.log.jdk.handler.
StderrHandler
StdoutHandler
- Class in
com.mycila.log.jdk.handler
StdoutHandler()
- Constructor for class com.mycila.log.jdk.handler.
StdoutHandler
T
trace(Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
trace(Throwable, Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
trace(Object)
- Method in class com.mycila.log.
AbstractLogger
trace(Throwable, Object)
- Method in class com.mycila.log.
AbstractLogger
trace(Object)
- Method in interface com.mycila.log.
Logger
trace(Object, Object...)
- Method in interface com.mycila.log.
Logger
trace(Throwable, Object)
- Method in interface com.mycila.log.
Logger
trace(Throwable, Object, Object...)
- Method in interface com.mycila.log.
Logger
U
use(LoggerProvider)
- Static method in class com.mycila.log.
Loggers
Specify a custom
LoggerProvider
that will returns
instances
.
useAndCache(LoggerProvider)
- Static method in class com.mycila.log.
Loggers
Specify a custom
LoggerProvider
that will returns
instances
.
useJDK()
- Static method in class com.mycila.log.
Loggers
Configure Mycila Logger to use JDK logging.
useLog4j()
- Static method in class com.mycila.log.
Loggers
Configure Mycila Logger to use Log4J
useNone()
- Static method in class com.mycila.log.
Loggers
Configure Mycila Logger to use no logger at all and thus won't log anything
useSystemProperty()
- Static method in class com.mycila.log.
Loggers
Read the system property 'mycila.log.provider' to get the name of a class to instanciate, which implementing
LoggerProvider
Utils
- Class in
com.mycila.log.jdk.format
V
valueOf(String)
- Static method in enum com.mycila.log.
Level
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.mycila.log.
Level
Returns an array containing the constants of this enum type, in the order they are declared.
W
warn(Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
warn(Throwable, Object, Object...)
- Method in class com.mycila.log.
AbstractLogger
warn(Object)
- Method in class com.mycila.log.
AbstractLogger
warn(Throwable, Object)
- Method in class com.mycila.log.
AbstractLogger
warn(Object)
- Method in interface com.mycila.log.
Logger
warn(Object, Object...)
- Method in interface com.mycila.log.
Logger
warn(Throwable, Object)
- Method in interface com.mycila.log.
Logger
warn(Throwable, Object, Object...)
- Method in interface com.mycila.log.
Logger
A
C
D
E
F
G
I
J
L
M
N
P
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008-2010
Mycila
. All Rights Reserved.