method Logger.prototype.warnimport { Logger } from "https://deno.land/x/unilogger@v1.0.4/src/logger.ts"; warn(message: string): string | voidWrite a message to the console. Prefixed with the log type Write a message to the console. Prefixed with the log type Parametersmessage: string The message to be logged Returnsstring | voidReturn the full logged message.