Lines Matching refs:BMCWEB_LOG_DEBUG
53 BMCWEB_LOG_DEBUG("SseConnectionImpl: SSE constructor {}", logPtr(this)); in ConnectionImpl()
63 BMCWEB_LOG_DEBUG("SSE ConnectionImpl: SSE destructor {}", logPtr(this)); in ~ConnectionImpl()
74 BMCWEB_LOG_DEBUG("Starting SSE connection"); in start()
88 BMCWEB_LOG_DEBUG("Closing connection with reason {}", msg); in close()
94 BMCWEB_LOG_DEBUG("Closing SSE connection {} - {}", logPtr(this), msg); in close()
110 BMCWEB_LOG_DEBUG("SSE header sent - Connection established"); in sendSSEHeaderCallback()
128 BMCWEB_LOG_DEBUG("Read {}", bytesRead); in afterReadError()
149 BMCWEB_LOG_DEBUG("inputBuffer is empty... Bailing out"); in doWrite()
182 BMCWEB_LOG_DEBUG("async_write_some() bytes transferred: {}", in doWriteCallback()
192 BMCWEB_LOG_DEBUG("Empty data, bailing out."); in sendSseEvent()
255 BMCWEB_LOG_DEBUG("Timer operation aborted"); in onTimeoutCallback()