logging library

Enables the example code to use the clerk_auth logging facility

Classes

Printer
A class which is responsible for outputting to the console. Must implement a print method.

Mixins

Logging
Mixin to hide some of the boilerplate around initializing and using a logger.

Functions

setUpLogging({required Printer printer, bool structuredLogging = false, Level level = Level.ALL}) Future<void>
Set up logging