X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.logging%2Fscl%2FLoggingUtils.scl;h=0ffa970be0dd14b647b112f524507503f8825976;hb=d4361a11a962437b51c72f51e1a913c089e4351e;hp=500ba1b836aad5d3290df9420a1613752307c917;hpb=1251d640abb698a4018ef1ea212f8cdf78befaaf;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.logging/scl/LoggingUtils.scl b/bundles/org.simantics.logging/scl/LoggingUtils.scl index 500ba1b83..0ffa970be 100644 --- a/bundles/org.simantics.logging/scl/LoggingUtils.scl +++ b/bundles/org.simantics.logging/scl/LoggingUtils.scl @@ -6,4 +6,5 @@ importJava "org.simantics.logging.LogConfigurator" where setLoggingLevelForLogger :: String -> String -> () importJava "org.simantics.logging.LogCollector" where - allLogs :: Map.T String [Path] \ No newline at end of file + allLogs :: Map.T String [Path] + archiveLogs :: String -> ()