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

@@ -1004,11 +1004,6 @@ protected:
// Special operations
void FASTCALL FlushUnit();
// Flush the logical unit
// Log
void FASTCALL Log(Log::loglevel level, const char *format, ...);
// Log output
protected:
#ifndef RASCSI
Device *host;