class SocketLogger

Defined at line 20 of file ../../src/virtualization/tests/lib/socket_logger.h

Read data from the given socket, marshalling it to the logger.

Public Methods

void ~SocketLogger ()

Defined at line 68 of file ../../src/virtualization/tests/lib/socket_logger.cc

void SocketLogger (Logger * logger, zx::socket socket)

Log all data received on the given socket to the given logger.

Caller maintains ownership of `dispatcher` and `logger`.

Defined at line 52 of file ../../src/virtualization/tests/lib/socket_logger.cc