- VerboseCallable<T> - Class in com.jcabi.log
-
Wrapper of
Callable
, that logs all uncaught runtime exceptions.
- 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(Runnable, boolean, boolean) - Constructor for class com.jcabi.log.VerboseCallable
-
Default constructor.
- VerboseCallable(Runnable, boolean) - Constructor for class com.jcabi.log.VerboseCallable
-
Default constructor, with configurable behavior for 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 empty stdin
).
- VerboseProcess(Process, Level, Level) - Constructor for class com.jcabi.log.VerboseProcess
-
Public ctor, with a given process and logging levels for stdout
and stderr
.
- VerboseProcess(ProcessBuilder, Level, Level) - Constructor for class com.jcabi.log.VerboseProcess
-
Public ctor, with a given process and logging levels for stdout
and stderr
.
- 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(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.
- 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.
- VerboseThreads - Class in com.jcabi.log
-
- 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.