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.
| Component | Link | |-------------------|----------------------------------------------------------------------------------------------------------| | client | xpra.client.mixins.logging | | client connection | none | | server | xpra.server.mixins.logging |
The server exposes two flags using the remote-logging capability prefix:
receive if the server is able to receive log events from the clientsend if the server is able to send its log events to the client| Packet Type | Arguments | Direction | |-------------------|----------------------------------------------------------------------------------|------------------| | logging | level : integermessage : string or list of stringstime : integer | both | | logging-control | action : string, only either start or stop | client to server |
The logging 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.