sbErrorConsole::ErrorParams Struct Reference

#include <sbErrorConsole.h>

Public Member Functions

 ErrorParams (PRUint32 aFlags, nsAString const &aSource, PRUint32 aLine, nsAString const &aMessage, nsACString const &aCategory)
 

Public Attributes

PRUint32 mFlags
 
nsString mSource
 
PRUint32 mLine
 
nsString mMessage
 
nsCString mCategory
 

Detailed Description

Parameters used for the thread dispatch function LogThread

Definition at line 54 of file sbErrorConsole.h.

Constructor & Destructor Documentation

sbErrorConsole::ErrorParams::ErrorParams ( PRUint32  aFlags,
nsAString const &  aSource,
PRUint32  aLine,
nsAString const &  aMessage,
nsACString const &  aCategory 
)
inline

Definition at line 56 of file sbErrorConsole.h.

Member Data Documentation

nsCString sbErrorConsole::ErrorParams::mCategory

Definition at line 69 of file sbErrorConsole.h.

PRUint32 sbErrorConsole::ErrorParams::mFlags

Definition at line 65 of file sbErrorConsole.h.

PRUint32 sbErrorConsole::ErrorParams::mLine

Definition at line 67 of file sbErrorConsole.h.

nsString sbErrorConsole::ErrorParams::mMessage

Definition at line 68 of file sbErrorConsole.h.

nsString sbErrorConsole::ErrorParams::mSource

Definition at line 66 of file sbErrorConsole.h.


The documentation for this struct was generated from the following file: