Package com.betfair.cougar.core.impl.logging

Examples of com.betfair.cougar.core.impl.logging.ConnectedObjectLogEvent


            log(subscriptionId, heap.getUri(), reason.name(), extension);
        }

        private void log(String subscriptionId, String heapUri, String closeReason, LogExtension logExtension) {
            Object[] fieldsToLog = logExtension != null ? logExtension.getFieldsToLog() : null;
            ConnectedObjectLogEvent connectedObjectLogEvent = new ConnectedObjectLogEvent(
                "PUSH_SUBSCRIPTION-LOG",
                new Date(),
                subscriptionId,
                heapUri,
                closeReason
View Full Code Here

TOP

Related Classes of com.betfair.cougar.core.impl.logging.ConnectedObjectLogEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.