Records a log message.
The actual logging of the message can be asynchronous.
A message to record.
Awaits for the recorded message(s) to be either logged or discarded.
Optional which: "all" | "last"Which message to wait for. Either "all" to wait for all messages or "last" to wait for the last
message only. The default is "last"
A promise resolved to true if the last recorded message is logged, or to false if it is discarded.
Generated using TypeDoc
Log recorder.
Records messages to the log.