JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
P
params(Object...)
- Method in class org.mym.plog.
LogRequest
PLog
- Class in
org.mym.plog
Entry of all library public API; you can set configurations and launch log requests using this class with only a static method call.
PLogConfig
- Class in
org.mym.plog.config
Configuration class for the whole library.
PLogConfig.Builder
- Class in
org.mym.plog.config
prepare(Printer...)
- Static method in class org.mym.plog.
PLog
Prepare printers; this method should always be called on application start because you should set your own onIntercept logic using
Printer
interface.
print(int, String, String)
- Method in class org.mym.plog.
DebugPrinter
print()
- Method in class org.mym.plog.
LogRequest
Print log to prepared printers.
print(int, String, String)
- Method in class org.mym.plog.printer.
FilePrinter
print(int, String, String)
- Method in interface org.mym.plog.
Printer
Do the real output operation, e.g.
Printer
- Interface in
org.mym.plog
This interface and its subclasses define the onIntercept and output rules.
printFileHeader(PrintStreamPrinter)
- Method in class org.mym.plog.printer.
FilePrinter
This method provides a quick method to provide file header, e.g.
PrintLevel
- Annotation Type in
org.mym.plog
A utility annotation for log level.
printStackTraceHere()
- Static method in class org.mym.plog.
PLog
A helper method to print a PLOG call stack trace here.
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes