Class LogBox

Define a LogBox block to be displayed into a JBlocks.

Class Summary
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

Method Detail

  • clearLog()
    Clears the log.
  • init(layout, options)
    Initializes a LogBox block. The method is invoked by the jBlocks core and must never be called directly.
    Parameters:
    {Object} layout Optional
    see Box#init
    {Object} options Optional
    see Box#init