]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.logging/scl/LoggingUtils.scl
Logging configuration via SCL and UI & saving to ZIP-archive
[simantics/platform.git] / bundles / org.simantics.logging / scl / LoggingUtils.scl
diff --git a/bundles/org.simantics.logging/scl/LoggingUtils.scl b/bundles/org.simantics.logging/scl/LoggingUtils.scl
new file mode 100644 (file)
index 0000000..500ba1b
--- /dev/null
@@ -0,0 +1,9 @@
+import "Files"
+import "Map" as Map
+
+importJava "org.simantics.logging.LogConfigurator" where
+    setLoggingLevel :: String -> <Proc> ()
+    setLoggingLevelForLogger :: String -> String -> <Proc> ()
+
+importJava "org.simantics.logging.LogCollector" where
+    allLogs :: <Proc> Map.T String [Path]
\ No newline at end of file