Public Types |
enum | ValueType {
VTUndefined = 0,
VTList = 1,
VTString = 2,
VTFilename = 3,
VTBool = 4,
VTInt = 5,
VTDouble = 6,
VTEnum = 7,
VTSearchPath = 8,
VTInt64 = 9
} |
enum | VariableFlags {
FTrustLevelMask = 4095,
FOpen = 4096,
FClosed = 8192,
FDynamic = 16384,
FDconfig = 32768
} |
Public Member Functions |
ostream | debug (bool prefix) |
| A shorthand way to write out(NS_debug).
|
ostream | debug () |
| A shorthand way to write out(NS_debug).
|
ostream | error (bool prefix) |
| A shorthand way to write out(NS_error).
|
ostream | error () |
| A shorthand way to write out(NS_error).
|
ostream | fatal (bool prefix) |
| A shorthand way to write out(NS_fatal).
|
ostream | fatal () |
| A shorthand way to write out(NS_fatal).
|
string | getBasename () |
NotifyCategory | getChild (int i) |
string | getFullname () |
int | getNumChildren () |
NotifySeverity | getSeverity () |
ostream | info (bool prefix) |
| A shorthand way to write out(NS_info).
|
ostream | info () |
| A shorthand way to write out(NS_info).
|
bool | isDebug () |
| A shorthand way to write is_on(NS_debug).
|
bool | isError () |
| A shorthand way to write is_on(NS_error).
|
bool | isFatal () |
| A shorthand way to write is_on(NS_fatal).
|
bool | isInfo () |
| A shorthand way to write is_on(NS_info).
|
bool | isOn (NotifySeverity severity) |
| Returns true if messages of the indicated severity level ought to be reported for this Category.
|
bool | isSpam () |
bool | isWarning () |
| A shorthand way to write is_on(NS_warning).
|
ostream | out (NotifySeverity severity, bool prefix) |
ostream | out (NotifySeverity severity) |
| setSeverity (NotifySeverity severity) |
| Sets the severity level of messages that will be reported from this Category.
|
ostream | spam (bool prefix) |
| A shorthand way to write out(NS_spam).
|
ostream | spam () |
| A shorthand way to write out(NS_spam).
|
ostream | warning (bool prefix) |
| A shorthand way to write out(NS_warning).
|
ostream | warning () |
| A shorthand way to write out(NS_warning).
|
Static Public Member Functions |
static | setServerDelta (long int delta) |
A particular category of error messages.
Typically there will be one of these per package, so that we can turn on or off error messages at least at a package level; further nested categories can be created within a package if a finer grain of control is required.