Started switchover to spdlog library

This commit is contained in:
akuker
2020-07-10 18:31:02 -05:00
parent 32af6cf169
commit 3fb3ee7d7f
3 changed files with 70 additions and 139 deletions

View File

@@ -15,6 +15,7 @@
#include "fileio.h"
#include "disk.h"
#include "gpiobus.h"
#include "spdlog/spdlog.h"
//---------------------------------------------------------------------------
//
@@ -995,6 +996,8 @@ int main(int argc, char* argv[])
struct sched_param schparam;
#endif // BAREMETAL
spdlog::set_level(spdlog::level::trace);
spdlog::trace("Entering the function with %d arguments", argc);
// Output the Banner
Banner(argc, argv);