Dennis Lee

Results 2 comments of Dennis Lee

@jerryzhj Take a look at `com.orhanobut.logger.DiskLogStrategy.java`, the `line: 52` said that you can't change the file name if you're using `DiskLogStrategy.java`: ``` File logFile = getLogFile(folder, "logs"); ``` If you...

@abalta-mobven Could you provide the related code snippet so we can find out the problem?