hexMachina
hexMachina copied to clipboard
Improve IsLoggable when is applied on not IInjectorContainer class
For now, IsLoggable check if logger:ILogger field existe, if not the field is created and use injection system to provide logger.
enhancement
If class is not IInjectorContainer, we have to assign logger value without injection system.
var logger:ILogger = LogManager.getLoggerByInstance(this);