13 lines
163 B
C++
13 lines
163 B
C++
/*
|
|
* ILoggable.cpp
|
|
*
|
|
* Created on: 15 èþí. 2020 ã.
|
|
* Author: LeonidTitov
|
|
*/
|
|
|
|
#include "ILoggable.hh"
|
|
|
|
logging::DummyLogger logging::ILoggable::dummy;
|
|
|
|
|