]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.runtime/scl/Logging.scl
Added empty .keep file to org.simantics.jdbc.ontology/src
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / Logging.scl
1 include "LoggingJava"
2 include "LoggingMDC" as MDC
3
4 importJava "org.slf4j.MarkerFactory" where
5     // Note: this method is pure by purpose, because MarkerFactory should always return the same marker
6     @JavaName getMarker
7     marker :: String -> Marker