Migration Guide : Migrating from Version 8.5.2 : EsLogManager class>>error: and EsLogManager class>>info: have been removed from EsLoggingFrameWorkApp
EsLogManager class>>error: and EsLogManager class>>info: have been removed from EsLoggingFrameWorkApp
Reason for change
These two methods overrode methods in a super class. EsLogManager class>>error: prevented subclasses from signaling an error. EsLogManager class>>info: prevented EsLogManager from being subclassed.
 
Change
These two methods have been removed from EsLoggingFrameworkApp in favor of logError: and logInfo:. Other similar class side methods in EsLogManager have been deprecated (see Deprecation).
 
Action required
If your logging code uses EsLogManager class>>info: or EsLogManager class>>error:, you must change the code to EsLogManager class>>logInfo: and EsLogManager class>>logError: respectively. If your logging code uses any of the other deprecated methods, you should, but do not have to, change them as indicated in Deprecation.
 
Last modified date: 07/01/2019