org.apache.logging.log4j.core.AbstractServer

1. It's not abstract.
2. As it's not abstract, there are no abstract methods or any common
interface really.

That being said, would it make more sense for this to be an interface with
a simple log(LogEvent) method defined? Perhaps calling this class
"AbstractServer", while demonstrating its usage, is a poor name for what it
actually does.

-- 
Matt Sicker <boa...@gmail.com>

Reply via email to