LoggingPlugin<CTX extends Context> constructor
const
LoggingPlugin<CTX extends Context> ({
- 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()});