Inheritance diagram for burst.logging.AppenderIframe:
It relies on the existence of an external file, whose location is specified in class constant CONTENT_FILE .
Public Member Functions | |
AppenderIframe (String classval, String styleval, Boolean lazy_create) | |
Constructor. | |
Static Public Attributes | |
final String | CONTENT_FILE = 'BurstLogIframe.html' |
the name of the file loaded by the dynamically created iframe, and the value of the iframe src attribute | |
final String | CONTENT_ID = 'buLogCONTENTID' |
the id of element within static html of CONTENT_FILE content that we use to parent the message children |
|
Constructor. The classval and styleval are for attributes of the iframe element that is created in the current document. Styling of the content, and any extra functionality that may be put there, is determined by the external html file.
|