Class AbstractLoggingBean

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
Direct Known Subclasses:
AbstractIdentityResourceLoader, AbstractKeyPairProvider, AbstractKeyPairResourceParser, AbstractSecurityProviderRegistrar, AbstractSshFuture, FileHostKeyCertificateProvider, IoBaseCloseable, ModifiableFileWatcher, NativeFileSystemFactory, NetworkConnector, SshdThreadFactory

public abstract class AbstractLoggingBean extends Object
Serves as a common base class for the vast majority of classes that require some kind of logging. Facilitates quick and easy replacement of the actual used logger from one framework to another
Author:
Apache MINA SSHD Project