Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

toPrint

toPrint: string

Accessors

dateTime

  • get dateTime(): string

tag

  • get tag(): string
  • set tag(tag: string): void

toLog

x1

  • get x1(): number

x2

  • get x2(): number

y1

  • get y1(): number

y2

  • get y2(): number

Methods

assembleLog

  • assembleLog(): string
  • Assembles log message of form "Resized obj from size x1, y1 to size x2, y2" for rects and ellipses or of form "Resized obj from size x1 to size y1" for strings Has date and time attached

    Returns string

eventType

  • eventType(): string

logItem

  • logItem(toLog: string): string

logRemotely

  • logRemotely(uid: string, data: string, checkpoint: string, parses: boolean, doNotLog: boolean, time?: string): void

toJSON

  • toJSON(): string

Static getNewTime

  • getNewTime(): string

Static logToRemoteServer

  • logToRemoteServer(eventtype: string, uid: string, data: string, checkpoint: string, parses: boolean, doNotLog: boolean, time?: string): void

Generated using TypeDoc