pub fn log(
level: LogLevel,
channel_name: impl AsRef<str>,
message: impl AsRef<str>,
)Expand description
Logs a message to the given channel.
Supports custom coloring for addon window messages, for example <c=#FF0000>this text is red</c>.