mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-22 17:30:41 -05:00
10 lines
84 B
Text
10 lines
84 B
Text
#include "base/logger.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class StreamLogger : Logger
|
|
{
|
|
};
|
|
|
|
}
|