Home > rainway-sdk > RainwayLogging > log
RainwayLogging.log() method
Log a message to the current log sink at the given level.
Signature:
static log(level: RainwayLogLevel, message: string): void;
Parameters
Parameter | Type | Description |
---|---|---|
level | RainwayLogLevel | The log level. |
message | string | The message to log. |
Returns:
void