You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: