Switch to side-by-side view

--- a/src/utils/debuglog.h
+++ b/src/utils/debuglog.h
@@ -66,6 +66,8 @@
 extern DebugLog *getdbl();
 extern const char *getfilename();
 extern int setfilename(const char *fname, int trnc = 1);
+extern int reopen();
+
 #if STATICVERBOSITY >= DEBFATAL
 #define LOGFATAL(X) {if (DebugLog::getdbl()->getlevel()>=DEBFATAL){DebugLog::getdbl()->prolog(DEBFATAL,__FILE__,__LINE__) ;DebugLog::getdbl()->log X;}}
 #else