createLogger

fun createLogger(tag: String, level: LogLevel? = null): SupabaseLogger

Creates a new SupabaseLogger using the KermitSupabaseLogger implementation.

Parameters

tag

The tag for the logger

level

The logging level. If set to null, the DEFAULT_LOG_LEVEL property will be used instead