X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.runtime%2Fscl%2FLogging.scl;h=67f48ecd2538c4e92fabce9ad94c9cd84b5c87f5;hp=a781fa01fc52042705b07d2a2050cebc0b0999c6;hb=9845a372968046da2f1e99a37ca550ce8f38fb31;hpb=1d887773b04e7fa984a2c3da4699faea17f9c872 diff --git a/bundles/org.simantics.scl.runtime/scl/Logging.scl b/bundles/org.simantics.scl.runtime/scl/Logging.scl index a781fa01f..67f48ecd2 100644 --- a/bundles/org.simantics.scl.runtime/scl/Logging.scl +++ b/bundles/org.simantics.scl.runtime/scl/Logging.scl @@ -1 +1,7 @@ include "LoggingJava" +include "LoggingMDC" as MDC + +importJava "org.slf4j.MarkerFactory" where + // Note: this method is pure by purpose, because MarkerFactory should always return the same marker + @JavaName getMarker + marker :: String -> Marker \ No newline at end of file