IFiberConnectionHandlerBase.formatInfo

Formats information about the connection into the provided buffer. This method is called from the SelectListener in order to log information about the state of all connections in the pool.

In addition to the information formatted by the super class, we also format the following here: * the events which the ISelectClient is registered with in epoll (in debug builds these are printed in a human-readable format) * (in debug builds) the id of the ISelectClient (a description string)

class IFiberConnectionHandlerBase
override
void
formatInfo
(
ref char[] buf
)

Parameters

buf char[]

buffer to format into

Meta