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
Property | Modifiers | Type | Description |
---|---|---|---|
level | RainwayLogLevel | The level of the log event. | |
message | string | The log contents. | |
target | string | The target component that raised the log event. |