isDebug method

bool isDebug()

Returns whether or not debug is enabled for the client

Implementation

bool isDebug() {
  return _debug;
}