mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-29 19:18:58 -07:00
Sets default value of ConsoleLine channel to "Console"
This commit is contained in:
parent
c7ccd6dbff
commit
f97f9ae422
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue