webkitwebprocessextension.console_message
Module for [ConsoleMessage] class
class ConsoleMessage
Types 1
Methods
webkitwebprocessextension.console_message.ConsoleMessage copy() nothrowMake a copy of console_message. Returns: A copy of passed in #WebKitConsoleMessagewebkitwebprocessextension.types.ConsoleMessageLevel getLevel() nothrowGets the log level of a #WebKitConsoleMessage Returns: a #WebKitConsoleMessageLevel indicating the log level of console_messageuint getLine() nothrowGets the line number of a #WebKitConsoleMessage Returns: the line number of console_messagewebkitwebprocessextension.types.ConsoleMessageSource getSource() nothrowGets the source of a #WebKitConsoleMessage Returns: a #WebKitConsoleMessageSource indicating the source of console_messagestring getSourceId() nothrowGets the source identifier of a #WebKitConsoleMessage Returns: the source identifier of console_messagestring getText() nothrowGets the text message of a #WebKitConsoleMessage Returns: the text message of console_message