com.kodemuse.security.ssl
Class LogCapability

java.lang.Object
  |
  +--com.kodemuse.security.ssl.LogCapability
Direct Known Subclasses:
AbstractSSLSocketDecorator, Alert, AlertDescription, AlertLevel, ASN1Cert, CertificateChain, CertificateRequest, CertificateVerify, ChangeCipherSpec, CipherSpec, CipherSpecImpl, ClientHello, ClientHelloV2, ClientKeyExchange, CompressionMethod, ContentType, Finished, Handshake, HandshakeDigest, HandshakeType, MasterSecret, ProtocolVersion, Random, Record, ServerHello, ServerHelloDone, SessionID, SSLContext, TrustStore

class LogCapability
extends java.lang.Object

Base class for other classes. Provides and abstracts logging.
Derived classes typically call log().info(...)
This structure makes it easier to provide an alternate logging engine and to port to other languages

Author:
Harmeet Bedi

Constructor Summary
(package private) LogCapability()
           
 
Method Summary
(package private)  org.apache.log4j.Category log()
           
(package private) static org.apache.log4j.Category protocolLog()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogCapability

LogCapability()
Method Detail

log

final org.apache.log4j.Category log()

protocolLog

static org.apache.log4j.Category protocolLog()