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 016f898 commit 41fb424Copy full SHA for 41fb424
src/test/java/com/optilog/OptilogTest.java
@@ -20,6 +20,7 @@ public static void main(String[] args) {
20
log.fatal("#1 ##2", "1", "2");
21
log.debug("#1", () -> "de");
22
test(log);
23
+ log.shutdown();
24
}
25
26
private static void test(Log log) {
0 commit comments