log#
Emit a log event, which can can viewed using the DevTools Logging view.
This function was designed to map closely to the logging information
collected by package:logging.
messageis the log messagetime(optional) is the timestampsequenceNumber(optional) is a monotonically increasing sequence number-
level(optional) is the severity level (a value between 0 and 2000); see thepackage:loggingLevelclass for an overview of the possible values name(optional) is the name of the source of the log messagezone(optional) the zone where the log was emittederror(optional) an error object associated with this log eventstackTrace(optional) a stack trace associated with this log event