askToOutputImpl

Sends a concurrency message asking to print the supplied text to the local terminal, instead of doing it directly.

void
askToOutputImpl
(
string logLevel
)
(,
const string line
)

Parameters

logLevel

The LogLevel at which to log the message.

state IRCPluginState

Current IRCPluginState, used to send the concurrency message to the main thread.

line string

The text body to ask the main thread to display.

Meta