move to new cspot

This commit is contained in:
philippe44
2023-03-25 16:48:41 -07:00
parent c712b78931
commit 008c36facf
2983 changed files with 465270 additions and 13569 deletions

View File

@@ -1,5 +1,4 @@
#ifndef LOGGER_H
#define LOGGER_H
#pragma once
#include <BellLogger.h>
@@ -8,5 +7,3 @@
{ \
bell::bellGlobalLogger->type(__FILE__, __LINE__, "cspot", __VA_ARGS__); \
} while (0)
#endif