Skip to content

Commit ec55f3a

Browse files
committed
2022.6.2-Client(update OptilogAPI)
1 parent e813ecf commit ec55f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/optilog/Optilog.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ public static void main(String[] args) {
1010
// %prop代表你要使用properties格式,-cp表示再classpath中,所以^^^^这个路径要再你的classpath中,当然你也可以选择不在classpath中
1111
Log log = Log.initLog("%prop -cp /Setting.properties");
1212
log.info("Hello World!");
13+
1314
}
1415
}

0 commit comments

Comments
 (0)