Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 578d641

Browse files
committed
Documented logging.h
1 parent a042db1 commit 578d641

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildcc/lib/env/include/logging.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ enum class LogLevel {
1616
Fatal = Critical,
1717
};
1818

19+
/**
20+
* @brief Set the log pattern object
21+
*
22+
* @param pattern Uses spdlog pattern
23+
*/
1924
void set_log_pattern(std::string_view pattern);
2025
void set_log_level(LogLevel level);
2126

0 commit comments

Comments
 (0)