LoggerService constructor

LoggerService(
  1. bool startEnabled
)

Implementation

LoggerService(bool startEnabled)
    : isEnabled = startEnabled;