Node.js SDK - LogBody

Home > @rainway/native > LogBody

LogBody class

The body of a log.

Signature:

export declare class LogBody 

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the LogBody class.

Properties

PropertyModifiersTypeDescription
levelRainwayLogLevelThe level of the log event.
messagestringThe log contents.
targetstringThe target component that raised the log event.