View.onAddConsoleMessage

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void onAddConsoleMessage(WebView view, Activity activity, const(wchar)[] msg, uint lineNum, const(wchar)[] src)
  2. void onAddConsoleMessage(Awesomium.WebView wv, Awesomium.WebString msg, int lineNum, Awesomium.WebString src)
    class View
    extern (C++)
    void
    onAddConsoleMessage
    (
    Awesomium.WebView wv
    ,
    const Awesomium.WebString msg
    ,,
    const Awesomium.WebString src
    )

Meta