getLogger method

Logger getLogger()

Returns the logger instance.

Implementation

Logger getLogger() {
  return _callJsMethod(() {
    return Logger._fromJsObject(_jsObject.getLogger());
  });
}