Variables | |
| const string | OPERATOR = "Operator" |
| const string | DEVELOPER = "Developer" |
| const string | SYSADMIN = "Sysadmin" |
| const string | DBA = "DBA" |
| const string | NO_AUDIENCE = "" |
| const string | SCILOG = "SciLog" |
The optional audience field in the log record should be filled using the constant strings defined in this module. Note that we don't use enums to allow a more flexible extension by temporarily using free strings.
| const string log_audience::DBA = "DBA" |
| const string log_audience::DEVELOPER = "Developer" |
| const string log_audience::NO_AUDIENCE = "" |
| const string log_audience::OPERATOR = "Operator" |
| const string log_audience::SCILOG = "SciLog" |
| const string log_audience::SYSADMIN = "Sysadmin" |
1.7.0