getLogging static method

Logging getLogging()

Returns the Logging instance for subscribing to log messages. Return The Logging instance.

Implementation

static Logging getLogging() {
  return _getLogging();
}