getLogger static method

LoggerBase getLogger(
  1. String name
)

Get a custom logger by name

Implementation

static LoggerBase getLogger(String name) {
  return LogManager.instance.getLogger(name);
}