- 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
-
- 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.