color:info颜色变更。
This commit is contained in:
parent
c8c4fae232
commit
440bba6d86
@ -99,7 +99,7 @@ template <typename... Args> void mpdebug(const std::string& format, Args&&... ar
|
|||||||
}
|
}
|
||||||
template <typename... Args> void mpinfo(const std::string& format, Args&&... args)
|
template <typename... Args> void mpinfo(const std::string& format, Args&&... args)
|
||||||
{
|
{
|
||||||
fmt::print(fg(fmt::color::gray), now_str() + format + "\n", std::forward<Args>(args)...);
|
fmt::print(fg(static_cast<fmt::color>(0x0EA113)), now_str() + format + "\n", std::forward<Args>(args)...);
|
||||||
}
|
}
|
||||||
template <typename... Args> void mpwarn(const std::string& format, Args&&... args)
|
template <typename... Args> void mpwarn(const std::string& format, Args&&... args)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user