Interface | Description |
---|---|
Category |
Defines a dimension of interception, usually useful for large teams.
|
Formatter |
Defines how to format log msg.
|
Interceptor |
Decide intercept a log, or let it print out.
|
Printer |
This interface and its subclasses define the onIntercept and output rules.
|
SoftWrapper |
Provide soft wrap feature.
|
Style |
This interface and its subclasses defines how logs are decorated.
|
Class | Description |
---|---|
AbsPrinter |
An abstract implementation for printer,Only default initialization and get/set methods are
implemented.
|
DebugPrinter |
Print all message to logcat.
|
LogRequest |
Builder style API; use this class to fit complicated needs.
|
PLog |
Entry of all library public API; you can set configurations and launch log requests using this
class with only a static method call.
|
SimpleCategory |
The simplest category implementation: it just return the value passed in the constructor.
|
Annotation Type | Description |
---|---|
PrintLevel |
A utility annotation for log level.
|