Class | Description |
---|---|
Logger |
Universal logger, and adapter between your app and SLF4J API.
|
MulticolorLayout |
Multi-color layout for LOG4J.
|
VerboseProcess |
Utility class for getting
stdout from a running process
and logging it through SLF4J. |
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-2013 jcabi.com. All Rights Reserved.