These can just be overloads for log, which at least avoids us using log2 as a method name here

This commit is contained in:
Chris Cannam
2022-06-22 09:10:02 +01:00
parent ad5b885deb
commit e8b63bd10d
7 changed files with 56 additions and 57 deletions

View File

@@ -23,7 +23,8 @@
#include "Log.h"
namespace RubberBand {
namespace RubberBand
{
int Log::m_defaultDebugLevel = 0;