aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/logger/null.cpp
blob: debb22f7942392f9d0f3cc98973cca0f7ae9c222 (plain) (tree)
1
2
3
4
5
6



                                    
                                     





                                                    
#include "null.h"

TNullLogBackend::TNullLogBackend() {
}

TNullLogBackend::~TNullLogBackend() {
}

void TNullLogBackend::WriteData(const TLogRecord&) {
}

void TNullLogBackend::ReopenLog() {
}