PlatformStoreLogger

Android-specific platform store logger that prints to logcat (Log)

A platform-specific StoreLogger implementation that uses the current OS's log stream. This logger should be used as the default choice for platform-specific logging requirements.

See also

for no-op logging

for basic console output

Logger that prints to console.

A StoreLogger implementation that prints to System.out

A platform StoreLogger implementation that prints to console (alias for ConsoleStoreLogger)

A StoreLogger instance for each supported platform

A StoreLogger instance for the WASM/WASI platform.

Uses ConsoleStoreLogger to output logs to the JavaScript console when running in a browser environment.