| Name | log() | ||
|---|---|---|---|
| Examples | import hypermedia.pinguino.*; Pinguino.log( true ); // enable console message Pinguino pinguino = new Pinguino(this); // connect to the Pinguino board |
||
| Description | Enable/disable status updates. This method is static and should be called before creating the Pinguino object. |
||
| Syntax | log(enable); |
||
| Parameters |
|
||
| Return | None | ||
| Usage | Application | ||
| Related |