public static interface ConnectionLoggerImpl.LogLifecycleListener
Modifier and Type | Method and Description |
---|---|
void |
logClosed()
Notifies about log stream being closed.
|
void |
logStarted(ConnectionLoggerImpl connectionLogger)
Notifies about logging start.
|
void logStarted(ConnectionLoggerImpl connectionLogger)
ConnectionLoggerImpl
is considered to be simply garbage-collectible. After this call
ConnectionLoggerImpl
must call logClosed()
.connectionLogger
- instance of host ConnectionLoggerImpl
, which is nice
to have because theoretically we may receive this call before constructor of
ConnectionLoggerImpl
returnedvoid logClosed()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.