- Source:
Methods
-
<static> log()
-
Concatenates a list of messages passed a arguments to a single message and calls
writeLinefor that message.- Source:
-
<static> writeLine(p_message [, p_tag], p_class)
-
Adds an paragraph to a HTML tag identified by
id="terminal". This paragraph contains the message passed viap_message. If an CSS class name is passed via the optional parameterp_class, it is prepended byterminal_and then added to the paragraph tag.Parameters:
Name Type Argument Default Description p_messagestring <nullable>
the message to be displayed p_tagstring <optional>
'p' the HTML tag that wraps the message p_classstring <nullable>
the name of a CSS class that is added to the tag - Source: