summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 50ddd7e..8beda51 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -31,14 +31,3 @@ int main(int argc, char* argv[])
bookmouse::Bookmouse bookmouse{};
return bookmouse.run();
}
-
-void load_levels_example()
-{
- // Set the log level to "info" and mylogger to "trace":
- // SPDLOG_LEVEL=info,mylogger=trace && ./example
- spdlog::cfg::load_env_levels();
- // or from command line:
- // ./example SPDLOG_LEVEL=info,mylogger=trace
- // #include "spdlog/cfg/argv.h" // for loading levels from argv
- // spdlog::cfg::load_argv_levels(args, argv);
-}