DefaultLogger constructor

DefaultLogger([
  1. LoggingOptions options = const LoggingOptions()
])

Constructs an instance of DefaultLogger.

Implementation

DefaultLogger([LoggingOptions options = const LoggingOptions()]) {
  _init(options);
}