Searched refs:severity (Results 1 – 3 of 3) sorted by relevance
/trunk/main/extensions/source/logging/ |
H A D | sysloghandler.cxx | 239 sal_Int32 severity; in publish() local 243 severity = 3; // error in publish() 246 severity = 4; // warning in publish() 250 severity = 5; // notice in publish() 253 severity = 7; // debug in publish() 256 buffer.append( ( facility * 8 ) + severity ); in publish()
|
/trunk/main/offapi/com/sun/star/logging/ |
H A D | SyslogHandler.idl | 51 LogLevel::SEVERE becomes syslog's "error" severity, LogLevel::WARNING becomes syslog's 52 "warning" severity, LogLevel::INFO and LogLevel::CONFIG become syslog's "notice" 53 severity, and LogLevel::FINE and below become syslog's "debug" severity.</p>
|
/trunk/main/rsc/source/rscpp/ |
H A D | cpp6.c | 1065 static void domsg(char* severity, char* format, void* arg) in domsg() argument 1073 fprintf(stderr, "%sline %d, %s: ", MSG_PREFIX, line, &severity[1]); in domsg() 1074 if (*severity == 'S') in domsg()
|
Completed in 11 milliseconds