JvmAuthFoundationLogger

class JvmAuthFoundationLogger(tag: String = "AuthFoundation") : AuthFoundationLogger

A JVM implementation of AuthFoundationLogger that writes logs to standard output.

Parameters

tag

The tag to prefix log messages with. Defaults to "AuthFoundation".

Constructors

Link copied to clipboard
constructor(tag: String = "AuthFoundation")

Functions

Link copied to clipboard
open override fun write(message: String, tr: Throwable? = null, logLevel: LogLevel = LogLevel.INFO)

Writes a log message with an optional throwable and a specified log level.