hexMachina icon indicating copy to clipboard operation
hexMachina copied to clipboard

Improve IsLoggable when is applied on not IInjectorContainer class

Open aliokan opened this issue 7 years ago • 0 comments

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);

aliokan avatar Jun 11 '18 09:06 aliokan