scala-logging icon indicating copy to clipboard operation
scala-logging copied to clipboard

could/should Logger be a value class?

Open dsilvasc opened this issue 5 years ago • 0 comments

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

dsilvasc avatar Sep 08 '18 11:09 dsilvasc