Skip navigation links
C D F I L V 

C

com.googlecode.kevinarpe.papaya.logging.slf4j - package com.googlecode.kevinarpe.papaya.logging.slf4j
 

D

DEFAULT_THROWABLE_MESSAGE - Static variable in interface com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerService
 

F

formatThenLog(Logger, LoggerLevel, String, Object...) - Method in interface com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerService
This is a convenience method to call MessageFormatter.format(String, Object...), then pass the result to log(Logger, LoggerLevel, String).
formatThenLog(Logger, LoggerLevel, String, Object...) - Method in class com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerServiceImpl
This is a convenience method to call MessageFormatter.format(String, Object...), then pass the result to log(Logger, LoggerLevel, String).
formatThenLogThrowable(Logger, LoggerLevel, IncludeStackTrace, Throwable, String, Object...) - Method in interface com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerService
formatThenLogThrowable(Logger, LoggerLevel, IncludeStackTrace, Throwable, String, Object...) - Method in class com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerServiceImpl

I

IncludeStackTrace - Enum in com.googlecode.kevinarpe.papaya.logging.slf4j
 

L

log(Logger, LoggerLevel, String) - Method in interface com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerService
Important: The message is not formatted before logging.
log(Logger, LoggerLevel, String) - Method in class com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerServiceImpl
Important: The message is not formatted before logging.
LoggerLevel - Enum in com.googlecode.kevinarpe.papaya.logging.slf4j
Intentional: WARNING does not exist.
LoggerService - Interface in com.googlecode.kevinarpe.papaya.logging.slf4j
Strangely, SLF4J does not provide an interface method to log by level parameter, e.g., "info" or "error".
LoggerServiceImpl - Class in com.googlecode.kevinarpe.papaya.logging.slf4j
 
LoggerServiceImpl(ThrowableToStringServiceFactory, MessageFormatter) - Constructor for class com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerServiceImpl
 
logThrowable(Logger, LoggerLevel, IncludeStackTrace, String, Throwable) - Method in interface com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerService
Logs an exception ("throwable"), but provides control over inclusion of stack trace.
logThrowable(Logger, LoggerLevel, IncludeStackTrace, String, Throwable) - Method in class com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerServiceImpl
Logs an exception ("throwable"), but provides control over inclusion of stack trace.
logThrowableWithDefaultMessage(Logger, LoggerLevel, IncludeStackTrace, Throwable) - Method in interface com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerService

V

valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.logging.slf4j.IncludeStackTrace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.kevinarpe.papaya.logging.slf4j.IncludeStackTrace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.kevinarpe.papaya.logging.slf4j.LoggerLevel
Returns an array containing the constants of this enum type, in the order they are declared.
C D F I L V 
Skip navigation links

Copyright © 2013–2019. All rights reserved.