13 lines
167 B
C++
13 lines
167 B
C++
/*
|
||
* ILoggable.cpp
|
||
*
|
||
* Created on: 15 июн. 2020 г.
|
||
* Author: LeonidTitov
|
||
*/
|
||
|
||
#include "ILoggable.hh"
|
||
|
||
logging::DummyLogger logging::ILoggable::dummy;
|
||
|
||
|