HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Node.js SDK - fmtLogLevel()

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

ParameterTypeDescription
lvRainwayLogLevel

Returns:

string