Medial Code Documentation
Loading...
Searching...
No Matches
Static Public Member Functions
LightGBM::Log Class Reference

A static Log class. More...

#include <log.h>

Static Public Member Functions

static void ResetLogLevel (LogLevel level)
 Resets the minimal log level. It is INFO by default.
 
static void Debug (const char *format,...)
 
static void Info (const char *format,...)
 
static void Warning (const char *format,...)
 
static void Fatal (const char *format,...)
 

Detailed Description

A static Log class.

Member Function Documentation

◆ ResetLogLevel()

static void LightGBM::Log::ResetLogLevel ( LogLevel  level)
inlinestatic

Resets the minimal log level. It is INFO by default.

Parameters
levelThe new minimal log level.

The documentation for this class was generated from the following file: