FLoggerBase constructor

  1. @protected
FLoggerBase(
  1. String? loggerName
)

Implementation

@protected
FLoggerBase(String? loggerName) : this._name = loggerName;