klyn.logging.LogManager.getLogger
method
public static getLogger<T>() as Logger:
Description

Gets a logger named after a static type.

Returns

Logger whose name is the fully qualified type name.

Example

private const LOGGER = LogManager.getLogger<MyService>()