Class | Description |
---|---|
Logger |
Universal logger, and adapter between your app and SLF4J API.
|
MulticolorLayout |
Multi-color layout for LOG4J.
|
VerboseCallable<T> |
Wrapper of
Callable , that logs all uncaught runtime exceptions. |
VerboseProcess |
Utility class for getting
stdout from a running process
and logging it through SLF4J. |
VerboseProcess.Result |
Class representing the result of a process.
|
VerboseRunnable |
Wrapper of
Runnable , that logs all uncaught runtime exceptions. |
VerboseThreads |
Convenient
ThreadFactory , that logs all uncaught exceptions. |
The only dependency you need is (check our latest version available at www.jcabi.com):
<depedency> <groupId>com.jcabi</groupId> <artifactId>jcabi-log</artifactId> </dependency>
Copyright © 2012–2016 jcabi.com. All rights reserved.