SLF4JDelegatingLog facade
protected Object readResolve() throws ObjectStreamException
SLF4JDelegatingLog logger of the same name, so that it properly
belong to the context of the applicable
LogManager.ObjectStreamException - actually never thrown by this implementation.String name
boolean noLocationAware
true when the underlying implementation is not
a LocationAwareLogger, which triggers some optimizations.
We use the true value for the most common case that we want to
optimize. Location aware loggers generally have a larger computational
cost.
Copyright © 2015–2017. All rights reserved.