-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
FL.init(new FLConfig.Builder(this)
.logger() // customise how to hook up with logcat
.defaultTag() // customise default tag
.logToFile(true) // enable logging to file
.dir() // customise directory to hold log files
.formatter() // customise log format and file name
.retentionPolicy() // customise retention strategy
.maxFileCount() // customise how many log files to keep if retention by file count
.maxTotalSize() // customise how much space log files can occupy if retention by total size
.build());
is not how one can actually use it, as the logger(), defaultTag() etc. methods require a parameter to be passed, they cannot be run without passing any parameters.
So you should make the instructions clearer and a more detailed. Maybe provide a sample app code.
Metadata
Metadata
Assignees
Labels
No labels