Class: Message

cycligent.console. Message

new Message(type, message, timestampopt)

Console message class
Parameters:
Name Type Attributes Default Description
type cycligent.console.messageType Type of console message.
message string The text of the message
timestamp Date <optional>
new Date() The timestamp of the message
Properties:
Name Type Attributes Default Description
type cycligent.console.messageType Type of console message.
message string The text of the message
timestamp Date <optional>
new Date() The timestamp of the message
Source: