9#include <userver/logging/format.hpp>
10#include <userver/logging/fwd.hpp>
11#include <userver/logging/level.hpp>
13USERVER_NAMESPACE_BEGIN
21void LogRaw(TextLogger& logger, Level level, std::string_view message);
45LoggerPtr
MakeFileLogger(
const std::string& name,
const std::string& path,
Format format, Level level = Level::kInfo);
49bool DoShouldLog(Level)
noexcept;
51void PrependCommonTags(TagWriter writer, Level logger_level);