class type controller_config = object
.. end
method socket_directory : string
The directory where Unix domain sockets are created. For every
service a subdirectory is created, and the socket has the name
of the protocol.
method create_logger : controller -> logger
Create a logger to be used for the whole Netplex system. The
controller is already initialized which makes it possible to
write the logger as Netplex service. Messages arriving during the
creation are queued up and sent afterwards to the new logger.