Struct xpcom::interfaces::nsIConsoleMessage [] [src]

#[repr(C)]
pub struct nsIConsoleMessage { /* fields omitted */ }

interface nsIConsoleMessage : nsISupports

/**
 * This is intended as a base interface; implementations may want to
 * provide an object that can be qi'ed to provide more specific
 * message information.
 */

Methods

impl nsIConsoleMessage
[src]

[src]

Cast this nsIConsoleMessage to one of its base interfaces.

impl nsIConsoleMessage
[src]

debug: i64 = 0
/** Log level constants. */

info: i64 = 1

warn: i64 = 2

error: i64 = 3

[src]

/**
     * The log level of this message.
     */

readonly attribute uint32_t logLevel;

[src]

/**
     * The time (in milliseconds from the Epoch) that the message instance
     * was initialised.
     * The timestamp is initialized as JS_now/1000 so that it can be
     * compared to Date.now in Javascript.
     */

readonly attribute long long timeStamp;

[src]

[binaryname(MessageMoz)] readonly attribute wstring message;

[src]

AUTF8String toString ();

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIConsoleMessage
[src]

IID: nsIID = nsID(985306647, 4322, 18489, [131, 174, 46, 111, 196, 223, 66, 139])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIConsoleMessage
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIConsoleMessage
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.