|
enum class | LogVerbosity {
kSilent = 0
, kWarning = 1
, kInfo = 2
, kDebug = 3
,
kIgnore = 4
} |
|
using | LV = LogVerbosity |
|
|
| ConsoleLogger (LogVerbosity cur_verb) |
|
| ConsoleLogger (const std::string &file, int line, LogVerbosity cur_verb) |
|
std::ostream & | stream () |
|
|
static void | Configure (Args const &args) |
|
static LogVerbosity | GlobalVerbosity () |
|
static LogVerbosity | DefaultVerbosity () |
|
static bool | ShouldLog (LogVerbosity verbosity) |
|
|
std::ostringstream | log_stream_ |
|
The documentation for this class was generated from the following files:
- External/xgboost/include/xgboost/logging.h
- External/xgboost/R-package/src/xgboost_custom.cc
- External/xgboost/src/logging.cc