mirror of https://github.com/Icinga/icinga2.git
10 lines
94 B
Plaintext
10 lines
94 B
Plaintext
|
#include "base/streamlogger.h"
|
||
|
|
||
|
namespace icinga
|
||
|
{
|
||
|
|
||
|
class ConsoleLogger : StreamLogger
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|