blob: 4cf93a6ba1d667d3a6173c82eaf2aa73021397b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#pragma once
#include <library/cpp/yt/logging/logger.h>
struct TGUID;
namespace NYT {
////////////////////////////////////////////////////////////////////////////////
extern NLogging::TLogger Logger;
void FormatValue(TStringBuilderBase* builder, const TGUID& value, TStringBuf format);
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT
|