xpra

Logging

For usage related information, see logging usage.

The logging modules are used for sending log events to the peer.

It is generally used for sending client log messages to the server, but it can also be used in the opposite direction.

Implementations

The prefix for all packets and capabilities is logging.

Component Link
client xpra.client.subsystem.logging
client connection none
server xpra.server.subsystem.logging

Capabilities

The server exposes two flags using the remote-logging capability prefix:

Network Packets

Packet Type Arguments Direction
logging-event level : integer
message : string or list of strings
time : integer
both
logging-control action : string, only either start or stop client to server

The logging-event packets can be sent to the server if it exposes the receive capability, or sent from the server to the client following a start logging-control request.