- FilePrinter - Class in org.mym.plog.printer
-
Print logs into a file.
- FilePrinter(Context) - Constructor for class org.mym.plog.printer.FilePrinter
-
Create a file printer using default path (external files dir).
- FilePrinter(Context, String) - Constructor for class org.mym.plog.printer.FilePrinter
-
Create a file printer using specified path.
- FilePrinter(Context, String, FilePrinter.FileNameGenerator, long) - Constructor for class org.mym.plog.printer.FilePrinter
-
Create a file printer.
- FilePrinter.FileNameGenerator - Interface in org.mym.plog.printer
-
The interface to generate new log file.
- FilePrinter.TimingFileNameGenerator - Class in org.mym.plog.printer
-
- FLAG_FMT_JSON - Static variable in class org.mym.plog.formatter.DefaultFormatter
-
- FLAG_FMT_POJO - Static variable in class org.mym.plog.formatter.DefaultFormatter
-
- FLAG_FMT_THROWABLE - Static variable in class org.mym.plog.formatter.DefaultFormatter
-
- forceConcatGlobalTag(boolean) - Method in class org.mym.plog.config.PLogConfig.Builder
-
If set to true, all tags will be appended after global tag, regardless of it is an
auto tag or explicit tag.
- format(String, Object...) - Method in class org.mym.plog.formatter.DefaultFormatter
-
- format(String, Object...) - Method in interface org.mym.plog.Formatter
-
Format msg with params and return.
- Formatter - Interface in org.mym.plog
-
Defines how to format log msg.