Assistive-Webdriver

Home > vm-providers > LogFunction

LogFunction type

A log function, as expected by this package.

Signature:

export declare type LogFunction = (entry: Record<string, any>) => void;

Remarks

The object passed as a parameter to the log function usually contains the following properties:

It may also contain other properties depending on the message.

Check the logMessages for the list of messages.