Log.endBlock
From Spheriki
Ends a block in a log.
Contents |
Usage
- Log Sphere Log object. Log object in which to close the message block.
Examples
See examples for Log.beginBlock().
Notes
- Blocks are useful for debugging to group messages together. One particular technique is to open a block using Log.beginBlock() at the start of a function, and close it at the end.
- Each call to Log.endBlock() should be matched with a previous call to Log.beginBlock().
See also
- Sphere Log object
- Log.beginBlock()
- Log.write()
- OpenLog()