Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
07/27/21 13:49:21 (3 years ago)
Author:
Wouter Pasman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    117117The party must follow the behaviours that it promises. The example above folows the SAOP behaviour. 
    118118
    119 **Warning**:  do not use stdin and stdout/print in your party. These are used for communicating with the partyserver. Using them will disturb that communication and most likely result in your party requesting illegal actions. Executing an illegal action will result in your party being killed by the protocol.
     119Use the logger for outputting messages from your party. **Warning**:  do not use stdin and stdout/print in your party. These are used for communicating with the partyserver. Using them will disturb that communication and most likely result in your party requesting illegal actions. Executing an illegal action will result in your party being killed by the protocol.
     120
     121=== Logging
     122Logs are written to a file named RandomParty.log (replace RandomParty with your main class name) in the current working directory of the JVM (normally the directory from where you start up the tomcat server).
    120123
    121124=== Throwing exceptions