mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-31 15:30:17 -05:00
Sets default value of ConsoleLine channel to "Console"
This commit is contained in:
parent
c7ccd6dbff
commit
f97f9ae422
@ -37,7 +37,7 @@ namespace Ship {
|
|||||||
struct ConsoleLine {
|
struct ConsoleLine {
|
||||||
std::string text;
|
std::string text;
|
||||||
spdlog::level::level_enum priority = spdlog::level::info;
|
spdlog::level::level_enum priority = spdlog::level::info;
|
||||||
std::string channel = "Main";
|
std::string channel = "Console";
|
||||||
};
|
};
|
||||||
|
|
||||||
class Console {
|
class Console {
|
||||||
|
Loading…
Reference in New Issue
Block a user