فهرست منبع

add startup health cek

herlanS_ 3 سال پیش
والد
کامیت
146a805e2e
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/main/kotlin/co/id/datacomsolusindo/ipphonebridge/WebSocketEventListener.kt

+ 3 - 0
src/main/kotlin/co/id/datacomsolusindo/ipphonebridge/WebSocketEventListener.kt

@@ -22,6 +22,9 @@ class WebSocketEventListener {
     fun doSomethingAfterStartup() {
         val yourFile = File("health")
         yourFile.createNewFile()
+        println("file created")
+        println(yourFile.path)
+        println(yourFile.name)
         logBuilder()
     }