Searched refs:directlog (Results 1 – 2 of 2) sorted by relevance
207 setup_logging(const char *filename, unsigned flags, int directlog) in setup_logging() argument222 if (directlog) { in setup_logging()
93 static jboolean directlog = JNI_FALSE; /* Don't add pid to logfile. */ variable1117 directlog = JNI_FALSE; in parseOptions()1276 if ( !get_boolean(&str, &directlog) ) { in parseOptions()1341 setup_logging(logfile, logflags, directlog); in parseOptions()