Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Go to the source code of this file.
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
DEFINE_int32 (non_impala_java_vlog, 0,"(Advanced) The log level (equivalent to --v) for ""non-Impala Java classes (0: INFO, 1 and 2: DEBUG, 3: TRACE)") | |
JNIEXPORT void JNICALL | Java_com_cloudera_impala_util_NativeLogger_Log (JNIEnv *env, jclass caller_class, int severity, jstring msg, jstring file, int line_number) |
void | impala::InitJvmLoggingSupport () |
TLogLevel::type | impala::FlagToTLogLevel (int flag) |
DEFINE_int32 | ( | non_impala_java_vlog | , |
0 | , | ||
"(Advanced) The log level (equivalent to --v) for ""non-Impala Java classes (0: INFO, 1 and 2: DEBUG, 3: TRACE)" | |||
) |
JNIEXPORT void JNICALL Java_com_cloudera_impala_util_NativeLogger_Log | ( | JNIEnv * | env, |
jclass | caller_class, | ||
int | severity, | ||
jstring | msg, | ||
jstring | file, | ||
int | line_number | ||
) |
Definition at line 30 of file logging-support.cc.
Referenced by impala::InitJvmLoggingSupport().