C D E F I L M N R S T V W 

C

com.jcabi.log - package com.jcabi.log
Convenient logging utils.

D

debug(Object, String, Object...) - Static method in class com.jcabi.log.Logger
Protocol one message, with DEBUG priority level.

E

error(Object, String, Object...) - Static method in class com.jcabi.log.Logger
Protocol one message, with ERROR priority level.

F

format(String, Object...) - Static method in class com.jcabi.log.Logger
Format one string.
format(LoggingEvent) - Method in class com.jcabi.log.MulticolorLayout

I

info(Object, String, Object...) - Static method in class com.jcabi.log.Logger
Protocol one message, with INFO priority level.
isDebugEnabled(Object) - Static method in class com.jcabi.log.Logger
Validates whether DEBUG priority level is enabled for this particular logger.
isInfoEnabled(Object) - Static method in class com.jcabi.log.Logger
Validates whether INFO priority level is enabled for this particular logger.
isTraceEnabled(Object) - Static method in class com.jcabi.log.Logger
Validates whether TRACE priority level is enabled for this particular logger.
isWarnEnabled(Object) - Static method in class com.jcabi.log.Logger
Validates whether INFO priority level is enabled for this particular logger.

L

Logger - Class in com.jcabi.log
Universal logger, and adapter between your app and SLF4J API.

M

MulticolorLayout - Class in com.jcabi.log
Multi-color layout for LOG4J.
MulticolorLayout() - Constructor for class com.jcabi.log.MulticolorLayout
 

N

newThread(Runnable) - Method in class com.jcabi.log.VerboseThreads

R

run() - Method in class com.jcabi.log.VerboseRunnable

S

setConversionPattern(String) - Method in class com.jcabi.log.MulticolorLayout
stdout() - Method in class com.jcabi.log.VerboseProcess
Get stdout from the process, after its finish (the method will wait for the process and log its output).

T

toString() - Method in class com.jcabi.log.VerboseRunnable
trace(Object, String, Object...) - Static method in class com.jcabi.log.Logger
Protocol one message, with TRACE priority level.

V

VerboseProcess - Class in com.jcabi.log
Utility class for getting stdout from a running process and logging it through SLF4J.
VerboseProcess(Process) - Constructor for class com.jcabi.log.VerboseProcess
Public ctor.
VerboseProcess(ProcessBuilder) - Constructor for class com.jcabi.log.VerboseProcess
Public ctor (builder will be configured to redirect error stream to the stdout and will receive an empty stdin).
VerboseRunnable - Class in com.jcabi.log
Wrapper of Runnable, that logs all uncaught runtime exceptions.
VerboseRunnable(Runnable) - Constructor for class com.jcabi.log.VerboseRunnable
Default constructor, doesn't swallow exceptions.
VerboseRunnable(Runnable, boolean) - Constructor for class com.jcabi.log.VerboseRunnable
Default constructor, with configurable behavior for exceptions.
VerboseRunnable(Callable<?>, boolean) - Constructor for class com.jcabi.log.VerboseRunnable
Default constructor.
VerboseThreads - Class in com.jcabi.log
Convenient ThreadFactory, that logs all uncaught exceptions.
VerboseThreads() - Constructor for class com.jcabi.log.VerboseThreads
Default constructor ("verbose" as a prefix, threads are daemons, default thread priority is 1).
VerboseThreads(String) - Constructor for class com.jcabi.log.VerboseThreads
Detailed constructor, with a prefix of thread names (threads are daemons, default thread priority is 1).
VerboseThreads(Object) - Constructor for class com.jcabi.log.VerboseThreads
Detailed constructor, with a prefix of thread names (threads are daemons, default thread priority is 1).
VerboseThreads(Class<?>) - Constructor for class com.jcabi.log.VerboseThreads
Detailed constructor, with a prefix of thread names (threads are daemons, default thread priority is 1).
VerboseThreads(String, boolean, int) - Constructor for class com.jcabi.log.VerboseThreads
Detailed constructor.

W

warn(Object, String, Object...) - Static method in class com.jcabi.log.Logger
Protocol one message, with WARN priority level.
C D E F I L M N R S T V W 

Copyright © 2012 jcabi.com. All Rights Reserved.