MosaicLogger
Logging abstraction every part of mosaic-client writes through — EventRunningScope.log/ logError, BuilderScope.log/logError, and every EventRunner's own error handling all eventually call into a MosaicLogger. Replaced app-wide via MosaicDependencyInjectionConfig.logger (defaults to DefaultMosaicLogger) — an app wiring its own crash-reporting/telemetry sink implements this once, and every log call in the framework (built-in or custom) routes through it automatically, with no per-call-site change needed.
Inheritors
Properties
Functions
Link copied to clipboard
Logs msg at Level.DEBUG.
Link copied to clipboard
Logs msg at Level.ERROR.
Link copied to clipboard
Logs msg at Level.INFO.
Link copied to clipboard
Logs msg at Level.WARNING.