We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8ede8 commit 5278250Copy full SHA for 5278250
utilcode/src/main/java/com/blankj/utilcode/util/LogUtils.java
@@ -597,7 +597,7 @@ public String toString() {
597
+ LINE_SEP + "head: " + sLogHeadSwitch
598
+ LINE_SEP + "file: " + sLog2FileSwitch
599
+ LINE_SEP + "dir: " + (sDir == null ? sDefaultDir : sDir)
600
- + LINE_SEP + "filePrefix" + sFilePrefix
+ + LINE_SEP + "filePrefix: " + sFilePrefix
601
+ LINE_SEP + "border: " + sLogBorderSwitch
602
+ LINE_SEP + "consoleFilter: " + T[sConsoleFilter - V]
603
+ LINE_SEP + "fileFilter: " + T[sFileFilter - V]
0 commit comments