aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/null.cpp
blob: debb22f7942392f9d0f3cc98973cca0f7ae9c222 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "null.h"

TNullLogBackend::TNullLogBackend() {
}

TNullLogBackend::~TNullLogBackend() {
}

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

void TNullLogBackend::ReopenLog() {
}