method Logger.prototype.errorimport { Logger } from "https://deno.land/x/unilogger@v1.0.4/src/logger.ts"; error(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.