getLogger static method
Get a custom logger by name
Implementation
static LoggerBase getLogger(String name) {
return LogManager.instance.getLogger(name);
}
Get a custom logger by name
static LoggerBase getLogger(String name) {
return LogManager.instance.getLogger(name);
}