mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 06:32:06 +08:00
Fix example
This commit is contained in:
parent
33f881ac8b
commit
e085ba7fcc
@ -47,7 +47,7 @@ int main(int, char *[])
|
|||||||
spdlog::trace("Backtrace message 1");
|
spdlog::trace("Backtrace message 1");
|
||||||
spdlog::debug("Backtrace message 2");
|
spdlog::debug("Backtrace message 2");
|
||||||
spdlog::debug("Backtrace message 3");
|
spdlog::debug("Backtrace message 3");
|
||||||
spdlog::error("This should trigger backtrace!")
|
spdlog::error("This should trigger backtrace!");
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user