"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "1c27a15e42f0076492fcc966b9dbcf9da6042823"
Commit 2ec7274a authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

Refine comment in logger

parent 7f0d5358
......@@ -21,8 +21,7 @@ namespace LightGBM {
if ((pointer) == nullptr) LightGBM::Log::Fatal(#pointer " Can't be NULL");
#endif
// A enumeration type of log message levels. The values are ordered:
// Debug < Info < Error < Fatal.
enum class LogLevel: int {
Fatal = -1,
Error = 0,
......@@ -32,9 +31,7 @@ enum class LogLevel: int {
/*!
* \brief The Log class is a static wrapper of a global Logger instance in
* the scope of a process. Users can write logging messages easily
* with the static methods.
* \brief A static Log class
*/
class Log {
public:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment