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
Since the Logger class just delegates to an underlying slf4j logger, should it be a declared as a value class? Would it help with memory usage (fewer wrapper objects), startup time (removing wrapper instantiations), or logging time (removing logger.underlying indirections)?
The text was updated successfully, but these errors were encountered:
Since the Logger class just delegates to an underlying slf4j logger, should it be a declared as a value class? Would it help with memory usage (fewer wrapper objects), startup time (removing wrapper instantiations), or logging time (removing
logger.underlying
indirections)?The text was updated successfully, but these errors were encountered: