public class CachingAbbreviator extends Object implements ch.qos.logback.classic.pattern.Abbreviator
Abbreviator that caches results from a delegate abbreviator.
Logger names are typically reused constantly, so caching abbreviations
of class names helps performance.| Constructor and Description |
|---|
CachingAbbreviator(ch.qos.logback.classic.pattern.Abbreviator delegate) |
Copyright © 2018. All rights reserved.