DefaultMosaicLogger
The MosaicLogger MosaicDependencyInjectionConfig.logger defaults to when an app doesn't supply its own — just println("$level: $msg"), no filtering beyond MosaicLogger's own level cutoff, no crash reporting, no remote sink. Meant for development; a real app typically supplies its own MosaicLogger wired to whatever telemetry/crash-reporting tool it already uses.
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.