webkitwebprocessextension.console_message

Module for [ConsoleMessage] class

Types 1

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
ConsoleMessage self()Returns `this`, for use in `with` statements.
webkitwebprocessextension.console_message.ConsoleMessage copy()Make a copy of console_message. Returns: A copy of passed in #WebKitConsoleMessage
webkitwebprocessextension.types.ConsoleMessageLevel getLevel()Gets the log level of a #WebKitConsoleMessage Returns: a #WebKitConsoleMessageLevel indicating the log level of console_message
uint getLine()Gets the line number of a #WebKitConsoleMessage Returns: the line number of console_message
webkitwebprocessextension.types.ConsoleMessageSource getSource()Gets the source of a #WebKitConsoleMessage Returns: a #WebKitConsoleMessageSource indicating the source of console_message
string getSourceId()Gets the source identifier of a #WebKitConsoleMessage Returns: the source identifier of console_message
string getText()Gets the text message of a #WebKitConsoleMessage Returns: the text message of console_message
Constructors
this(void * ptr, Flag!"Take" take)