LoggingPlugin<CTX extends Context> constructor

const LoggingPlugin<CTX extends Context>({
  1. LoggerOptions options = const LoggerOptions(),
})

Creates an instance of the Logger.

Parameters:

  • options: Logging configuration options (default: all enabled)

Implementation

const LoggingPlugin({this.options = const LoggerOptions()});