logger_init.h 188 B

12345678910
  1. #pragma once
  2. #include "interface.h"
  3. namespace NYql {
  4. namespace NPureCalc {
  5. void InitLogging(const TLoggingOptions& options);
  6. void EnsureLoggingInitialized();
  7. }
  8. }