StaticdebugPrints out a message to the Logger window at the debug log level.
StaticerrorPrints out a message to the Logger window at the error log level.
StaticinfoPrints out a message to the Logger window at the info log level.
StaticlogPrints out a message to the Logger window.
StatictimeStarts a timer named label or "default" if no label specified.
StatictimeEnds timer with name label or "default" if no label specified.
StatictimeLogs current time for timer named label or "default" if no label specified.
StatictracePrints out a stack trace to the Logger window.
StaticwarnPrints out a message to the Logger window at the warning log level.
Contains various utilities that can print out various messages in the Logger panel.
Example