DefaultLogger constructor
DefaultLogger([
- LoggingOptions options = const LoggingOptions()
Constructs an instance of DefaultLogger.
Implementation
DefaultLogger([LoggingOptions options = const LoggingOptions()]) {
_init(options);
}