Home > @rainway/web > RainwayEvents > log
RainwayEvents.log() method
Raised when a Rainway SDK component attempts to log operational information
Signature:
log(level: LogLevel, target: string, message: string): void | Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
level | LogLevel | the level of the message |
target | string | the target component that emitted the message |
message | string | the message contents |
Returns:
void | Promise<void>