Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 07/27/21 13:49:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 117 117 The party must follow the behaviours that it promises. The example above folows the SAOP behaviour. 118 118 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. 119 Use 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 122 Logs 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). 120 123 121 124 === Throwing exceptions