Home > rainway-sdk-native > fmtLogLevel
fmtLogLevel() function
Format the log level to a capitalized string such as "Warn" or "Error".
Signature:
export declare function fmtLogLevel(lv: RainwayLogLevel): string;
Parameters
| Parameter | Type | Description |
|---|---|---|
| lv | RainwayLogLevel |
Returns:
string
