Feat: add static analytic of code
This commit is contained in:
@@ -91,7 +91,7 @@ public class Log {
|
||||
int checkpointToWrite = (point_ > 0 ? point_ : this.lastCheckPoint);
|
||||
|
||||
if (msg_.equals("") == false) {
|
||||
line = this.dateFormat.format(new java.util.Date()) + " (" + level_ + ") " + msg_;
|
||||
line = this.dateFormat.format(new Date()) + " (" + level_ + ") " + msg_;
|
||||
if (this.checkpoints.containsKey(checkpointToWrite) && this.checkpoints.get(checkpointToWrite) != null) {
|
||||
this.checkpoints.get(checkpointToWrite).add(line);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user