A C D E F G I L M N R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addColor(String, String) - Method in class com.jcabi.log.Colors
-
Add color to color map.
- ansi(String) - Method in class com.jcabi.log.Colors
-
Convert our text to ANSI color.
C
- call() - Method in class com.jcabi.log.VerboseCallable
- close() - Method in class com.jcabi.log.VerboseProcess
- code() - Method in class com.jcabi.log.VerboseProcess.Result
-
Get
code
from the process. - Colors - Class in com.jcabi.log
-
Store human readable color data.
- Colors() - Constructor for class com.jcabi.log.Colors
-
Public ctor.
- com.jcabi.log - package com.jcabi.log
-
Convenient logging utils.
- ControlSequenceIndicatorFormatted - Class in com.jcabi.log
-
Replaces string format with a Control Sequence Indicator.
- ControlSequenceIndicatorFormatted(String) - Constructor for class com.jcabi.log.ControlSequenceIndicatorFormatted
-
Ctor.
D
- debug(Object, String) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
DEBUG
priority level. - debug(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
DEBUG
priority level. - debugForced(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
DEBUG
priority level without internal checking whetherDEBUG
level is enabled.
E
- error(Object, String) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
ERROR
priority level. - error(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
ERROR
priority level.
F
- format() - Method in class com.jcabi.log.ControlSequenceIndicatorFormatted
- format(String, Object...) - Static method in class com.jcabi.log.Logger
-
Format one string.
- format(LoggingEvent) - Method in class com.jcabi.log.MulticolorLayout
G
I
- info(Object, String) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
INFO
priority level. - info(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
INFO
priority level. - infoForced(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
INFO
priority level without internal checking whetherINFO
level is enabled. - isDebugEnabled(Object) - Static method in class com.jcabi.log.Logger
-
Validates whether
DEBUG
priority level is enabled for this particular logger. - isEnabled(Level, Object) - Static method in class com.jcabi.log.Logger
-
Is the given logging level enabled?
- 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
- log(Level, Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Log one line using the logging level specified.
- 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
- setColors(String) - Method in class com.jcabi.log.MulticolorLayout
-
Allow to overwrite or specify new ANSI color names in a javascript map like format.
- setConversionPattern(String) - Method in class com.jcabi.log.MulticolorLayout
- setLevels(String) - Method in class com.jcabi.log.MulticolorLayout
-
Allow to overwrite the ANSI color values for the log levels in a javascript map like format.
- stderr() - Method in class com.jcabi.log.VerboseProcess.Result
-
Get
stderr
from the process. - stdout() - Method in class com.jcabi.log.VerboseProcess.Result
-
Get
stdout
from the process. - 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). - stdoutQuietly() - 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). - stream(Level, Object) - Static method in class com.jcabi.log.Logger
-
Returns an
OutputStream
, which converts all incoming data into logging lines (separated by\x0A
in UTF-8). - Supplier<T> - Interface in com.jcabi.log
-
Functional interface used as assignment target for Java8 lambda expressions or method references.
T
- toString() - Method in class com.jcabi.log.VerboseCallable
- toString() - Method in class com.jcabi.log.VerboseRunnable
- trace(Object, String) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
TRACE
priority level. - trace(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
TRACE
priority level. - traceForced(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
TRACE
priority level without internal checking whetherTRACE
level is enabled.
V
- VerboseCallable<T> - Class in com.jcabi.log
-
Wrapper of
Callable
, that logs all uncaught runtime exceptions. - VerboseCallable(Runnable, boolean) - Constructor for class com.jcabi.log.VerboseCallable
-
Default constructor, with configurable behavior for exceptions.
- VerboseCallable(Runnable, boolean, boolean) - Constructor for class com.jcabi.log.VerboseCallable
-
Default constructor.
- VerboseCallable(Callable<T>) - Constructor for class com.jcabi.log.VerboseCallable
-
Default constructor, doesn't swallow exceptions.
- VerboseCallable(Callable<T>, boolean) - Constructor for class com.jcabi.log.VerboseCallable
-
Default constructor, doesn't swallow exceptions.
- VerboseCallable(Callable<T>, boolean, boolean) - Constructor for class com.jcabi.log.VerboseCallable
-
Default constructor, with fully configurable behavior.
- 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 input to the
stdout
and will receive an emptystdin
). - VerboseProcess(ProcessBuilder, Level, Level) - Constructor for class com.jcabi.log.VerboseProcess
-
Public ctor, with a given process and logging levels for
stdout
andstderr
. - VerboseProcess(Process, Level, Level) - Constructor for class com.jcabi.log.VerboseProcess
-
Public ctor, with a given process and logging levels for
stdout
andstderr
. - VerboseProcess.Result - Class in com.jcabi.log
-
Class representing the result of a process.
- 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(Runnable, boolean, boolean) - Constructor for class com.jcabi.log.VerboseRunnable
-
Default constructor, with fully configurable behavior.
- VerboseRunnable(Callable<?>) - Constructor for class com.jcabi.log.VerboseRunnable
-
Default constructor, doesn't swallow exceptions.
- VerboseRunnable(Callable<?>, boolean) - Constructor for class com.jcabi.log.VerboseRunnable
-
Default constructor, doesn't swallow exceptions.
- VerboseRunnable(Callable<?>, boolean, 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 is1
). - 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(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(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(String, boolean, int) - Constructor for class com.jcabi.log.VerboseThreads
-
Detailed constructor.
W
- waitFor() - Method in class com.jcabi.log.VerboseProcess
-
Wait for the process to stop, logging its output in parallel.
- warn(Object, String) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
WARN
priority level. - warn(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
WARN
priority level. - warnForced(Object, String, Object...) - Static method in class com.jcabi.log.Logger
-
Protocol one message, with
WARN
priority level without internal checking whetherWARN
level is enabled. - withSupplier() - Static method in class com.jcabi.log.Logger
-
Log messages constructed from Suppliers.
All Classes All Packages