Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.82 KB

Logging.md

File metadata and controls

33 lines (22 loc) · 1.82 KB

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

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

Capabilities

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

  • receive if the server is able to receive log events from the client
  • send if the server is able to send its log events to the client

Network Packets

Packet Type Arguments Direction
logging 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 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.