yt_log.h 394 B

1234567891011121314151617
  1. #pragma once
  2. #include <library/cpp/yt/logging/logger.h>
  3. struct TGUID;
  4. namespace NYT {
  5. ////////////////////////////////////////////////////////////////////////////////
  6. extern NLogging::TLogger Logger;
  7. void FormatValue(TStringBuilderBase* builder, const TGUID& value, TStringBuf format);
  8. ////////////////////////////////////////////////////////////////////////////////
  9. } // namespace NYT