Skip navigation links
C D E F G I L R T W 

C

com.tomasteubner.common.logging - package com.tomasteubner.common.logging
 
com.tomasteubner.common.logging.impl - package com.tomasteubner.common.logging.impl
 
com.tomasteubner.common.logging.test - package com.tomasteubner.common.logging.test
 
CommonsLogger - Class in com.tomasteubner.common.logging.impl
 
CommonsLogger(String) - Constructor for class com.tomasteubner.common.logging.impl.CommonsLogger
 

D

debug(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
debug(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
debug(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with debug log level.
debug(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with debug log level.
debugImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
debugImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
debugImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
debugImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 

E

error(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
error(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
error(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with error log level.
error(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with error log level.
errorImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
errorImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
errorImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
errorImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 

F

fatal(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
fatal(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
fatal(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with fatal log level.
fatal(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with fatal log level.
fatalImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
fatalImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
fatalImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
fatalImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 

G

getLogger(String) - Static method in class com.tomasteubner.common.logging.LoggerFactory
Get logger by name or create a new one.
getLogger(Class<?>) - Static method in class com.tomasteubner.common.logging.LoggerFactory
Get logger by class or create a new one.

I

info(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
info(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
info(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with info log level.
info(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with info log level.
infoImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
infoImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
infoImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
infoImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
install() - Static method in class com.tomasteubner.common.logging.test.TestLogManager.Installer
Install the log manager using default logging properties from the resource /logging.properties.
install(String) - Static method in class com.tomasteubner.common.logging.test.TestLogManager.Installer
Install the log manager.
Installer() - Constructor for class com.tomasteubner.common.logging.test.TestLogManager.Installer
 
isDebugEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
isDebugEnabled() - Method in interface com.tomasteubner.common.logging.Logger
Is debug logging currently enabled?
isErrorEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
isErrorEnabled() - Method in interface com.tomasteubner.common.logging.Logger
Is error logging currently enabled?
isFatalEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
isFatalEnabled() - Method in interface com.tomasteubner.common.logging.Logger
Is fatal logging currently enabled?
isInfoEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
isInfoEnabled() - Method in interface com.tomasteubner.common.logging.Logger
Is info logging currently enabled?
isTraceEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
isTraceEnabled() - Method in interface com.tomasteubner.common.logging.Logger
Is trace logging currently enabled?
isWarnEnabled() - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
isWarnEnabled() - Method in interface com.tomasteubner.common.logging.Logger
Is warning logging currently enabled?

L

LogConfigurationException - Exception in com.tomasteubner.common.logging
Exception thrown when an error in a logging configuration is detected.
LogConfigurationException() - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
Default constructor.
LogConfigurationException(String) - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
Constructor with an error message.
LogConfigurationException(Throwable) - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
Constructor with another throwable causing this one.
LogConfigurationException(String, Throwable) - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
Constructor with an error message and another throwable causing this exception.
LogConfigurationException(String, Throwable, boolean, boolean) - Constructor for exception com.tomasteubner.common.logging.LogConfigurationException
Constructor.
Logger - Interface in com.tomasteubner.common.logging
A simple logging interface abstracting logging APIs.
LoggerBase - Class in com.tomasteubner.common.logging.impl
 
LoggerBase() - Constructor for class com.tomasteubner.common.logging.impl.LoggerBase
 
LoggerFactory - Class in com.tomasteubner.common.logging
Factory for creating Logger instances

R

readConfiguration() - Method in class com.tomasteubner.common.logging.test.TestLogManager
 

T

TestLogManager - Class in com.tomasteubner.common.logging.test
Helper class for JUnit tests with a local logging configuration at the resource location /logging.properties.
TestLogManager() - Constructor for class com.tomasteubner.common.logging.test.TestLogManager
 
TestLogManager.Installer - Class in com.tomasteubner.common.logging.test
 
trace(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
trace(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
trace(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with trace log level.
trace(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with trace log level.
traceImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
traceImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
traceImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
traceImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 

W

warn(String, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
warn(String, Throwable, Object...) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
warn(String, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with warning log level.
warn(String, Throwable, Object...) - Method in interface com.tomasteubner.common.logging.Logger
Logs an error with warning log level.
warnImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
warnImpl(String) - Method in class com.tomasteubner.common.logging.impl.CommonsLogger
 
warnImpl(String, Throwable) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
warnImpl(String) - Method in class com.tomasteubner.common.logging.impl.LoggerBase
 
C D E F G I L R T W 
Skip navigation links

Copyright © 2014–2016 Tomas Teubner. All rights reserved.