]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.logging/scl/LoggingUtils.scl
Added LoggingUtils/archiveLogs SCL function.
[simantics/platform.git] / bundles / org.simantics.logging / scl / LoggingUtils.scl
index 500ba1b836aad5d3290df9420a1613752307c917..0ffa970be0dd14b647b112f524507503f8825976 100644 (file)
@@ -6,4 +6,5 @@ importJava "org.simantics.logging.LogConfigurator" where
     setLoggingLevelForLogger :: String -> String -> <Proc> ()
 
 importJava "org.simantics.logging.LogCollector" where
-    allLogs :: <Proc> Map.T String [Path]
\ No newline at end of file
+    allLogs :: <Proc> Map.T String [Path]
+    archiveLogs :: String -> <Proc, Exception> ()