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 importJava "org.simantics.scl.runtime.reporting.SCLReporting" where "Redirects print commands to INFO level logging and printErrors to ERROR level logging." printingToLogging :: ( a) -> a