Searched refs:getLog (Results 1 – 10 of 10) sorted by relevance
222 if (getLog().isDebugEnabled()) { in processInitialHeader()231 protected abstract Log getLog(); in getLog() method in WsFrameBase789 if (getLog().isWarnEnabled()) { in suspend()790 getLog().warn(sm.getString("wsFrame.suspendRequested")); in suspend()798 if (getLog().isWarnEnabled()) { in suspend()799 getLog().warn(sm.getString("wsFrame.suspendRequested")); in suspend()807 if (getLog().isWarnEnabled()) { in suspend()827 if (getLog().isWarnEnabled()) { in resume()828 getLog().warn(sm.getString("wsFrame.alreadyResumed")); in resume()836 if (getLog().isWarnEnabled()) { in resume()[all …]
33 private final Log log = LogFactory.getLog(WsFrameClient.class); // must not be static144 protected Log getLog() { in getLog() method in WsFrameClient
35 LogFactory.getLog(BackgroundProcessManager.class);
52 LogFactory.getLog(AsyncChannelWrapperSecure.class);
75 private final Log log = LogFactory.getLog(WsSession.class); // must not be static
60 private final Log log = LogFactory.getLog(WsRemoteEndpointImplBase.class); // must not be static
91 private final Log log = LogFactory.getLog(WsWebSocketContainer.class); // must not be static
45 … private final Log log = LogFactory.getLog(WsRemoteEndpointImplServer.class); // must not be static
48 private final Log log = LogFactory.getLog(WsHttpUpgradeHandler.class); // must not be static
42 private final Log log = LogFactory.getLog(PojoEndpointBase.class); // must not be static