File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/com/fredhappyface/ewesticker/utilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ package com.fredhappyface.ewesticker.utilities
22
33import com.elvishew.xlog.LogConfiguration
44import com.elvishew.xlog.LogLevel
5+ import com.elvishew.xlog.XLog
56import com.elvishew.xlog.printer.AndroidPrinter
67import com.elvishew.xlog.printer.file.FilePrinter
78import com.elvishew.xlog.printer.file.naming.DateFileNameGenerator
89import java.io.File
9- import com.elvishew.xlog.XLog
1010
1111
1212fun startLogger (filesDir : File ) {
1313
1414 try {
15- XLog .i(" startLogger if not already started" )
15+ XLog .i(" startLogger if not already started" )
1616 } catch (e: IllegalStateException ) {
1717
1818 val logConfig = LogConfiguration .Builder ().logLevel(LogLevel .ALL ).tag(" EweSticker" ).build()
You can’t perform that action at this time.
0 commit comments