Logging.fromLogger constructor

Logging.fromLogger(
  1. Logger logger
)

Create a new Logging instance with a Logger.

Implementation

Logging.fromLogger(this.logger) : name = logger.fullName;