Class LogBox
Define a LogBox block to be displayed into a JBlocks.
- Defined in: jblocks.block.log.js
- Extends Box
Constructor Attributes | Constructor Name and Description |
---|---|
LogBox()
A LogBox block wraps a Log block into a box, so it can be maximized or closed. |
Method Summary
Class Detail
LogBox()
A LogBox block wraps a Log block into a box, so it can be maximized or closed. It is mainly used for debugging.
The constructor should not be invoked directly but JBlocks#newBlock or JBlocks#addNewBlock should be used instead.
- See:
- Log