SLogOptions.none constructor

const SLogOptions.none()

Creates an empty LoggerOptions

Implementation

const SLogOptions.none()
    : interceptors = const [],
      printers = const [],
      handleMissingChannels = false;