| Class | Description |
|---|---|
| LogConfiguration | |
| LogConfiguration.Builder |
Builder for
LogConfiguration. |
| Logger |
A logger is used to do the real logging work, can use multiple log printers to print the log.
|
| Logger.Builder |
Builder for
Logger. |
| LogItem |
Represent a single log going to be printed.
|
| LogLevel |
Log level indicate how important the log is.
|
| LogUtils |
Utilities for convenience.
|
| XLog |
A log tool which can be used in android or java, the most important feature is it can print the
logs to multiple place in the same time, such as android shell, console and file, you can
even print the log to the remote server if you want, all of these can be done just within one
calling.
|
| XLog.Log | Deprecated
please use
XLog instead |