diff options
Diffstat (limited to 'src/zenserver/cache/httpstructuredcache.h')
| -rw-r--r-- | src/zenserver/cache/httpstructuredcache.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/zenserver/cache/httpstructuredcache.h b/src/zenserver/cache/httpstructuredcache.h index 75ae1711f..57a533029 100644 --- a/src/zenserver/cache/httpstructuredcache.h +++ b/src/zenserver/cache/httpstructuredcache.h @@ -12,10 +12,6 @@ #include <memory> #include <vector> -namespace spdlog { -class logger; -} - namespace zen { struct CacheChunkRequest; @@ -178,8 +174,8 @@ private: bool AreDiskWritesAllowed() const; - spdlog::logger& Log() { return m_Log; } - spdlog::logger& m_Log; + LoggerRef Log() { return m_Log; } + LoggerRef m_Log; ZenCacheStore& m_CacheStore; HttpStatsService& m_StatsService; HttpStatusService& m_StatusService; |