Diagnostics APItype-aliasesLogFunctionWithLogLevel()On this pageLogFunctionWithLogLevel() type LogFunctionWithLogLevel = (logLevel: LogLevels, message: LogRecord | string) => void; log data with log level Parameters logLevel LogLevels LogLevels message data to log. can be a string or LogRecord LogRecord | string Returns void