LoggingClient constructor

LoggingClient(
  1. bool debugEnabled,
  2. Client delegate
)

Implementation

LoggingClient(this.debugEnabled, this.delegate);