-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogger.log
More file actions
9 lines (9 loc) · 1.03 KB
/
logger.log
File metadata and controls
9 lines (9 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
2021-04-01 21:41:30 INFO edu.baylor.ecs.si.Timer <clinit> starting the app
2021-04-01 21:41:30 INFO edu.baylor.ecs.si.Timer timeMe Calling took: 1
2021-04-01 21:41:30 INFO edu.baylor.ecs.si.Timer timeMe * should take: 0
2021-04-01 21:41:30 FINER org.junit.jupiter.engine.execution.ConditionEvaluator logResult Evaluation of condition [org.junit.jupiter.engine.extension.DisabledCondition] resulted in: ConditionEvaluationResult [enabled = true, reason = '@Disabled is not present']
2021-04-01 21:41:30 INFO edu.baylor.ecs.si.Timer timeMe Calling took: 1617331290133
2021-04-01 21:41:30 INFO edu.baylor.ecs.si.Timer timeMe * should take: -1
2021-04-01 21:41:30 FINER org.junit.jupiter.engine.execution.ConditionEvaluator logResult Evaluation of condition [org.junit.jupiter.engine.extension.DisabledCondition] resulted in: ConditionEvaluationResult [enabled = true, reason = '@Disabled is not present']
2021-04-01 21:41:31 INFO edu.baylor.ecs.si.Timer timeMe Calling took: 1001
2021-04-01 21:41:31 INFO edu.baylor.ecs.si.Timer timeMe * should take: 1000