mirror-chatterino2/src/logging/loggingmanager.h

15 lines
229 B
C
Raw Normal View History

#pragma once
#include "loggingchannel.h"
#include <memory>
2017-04-14 17:52:22 +02:00
namespace chatterino {
namespace logging {
void init();
std::shared_ptr<Channel> get(const QString &channelName);
2017-04-14 17:52:22 +02:00
} // namespace logging
} // namespace chatterino