#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 |
Parameters used for the thread dispatch function LogThread
Definition at line 54 of file sbErrorConsole.h.
|
inline |
Definition at line 56 of file sbErrorConsole.h.
| 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.