public static getLogger<T>() as Logger:
Gets a logger named after a static type.
Logger whose name is the fully qualified type name.
private const LOGGER = LogManager.getLogger<MyService>()