MCPcopy Create free account
hub / github.com/Samsung/rlottie / initialize

Function initialize

src/vector/vdebug.cpp:727–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727void initialize(NonGuaranteedLogger ngl, std::string const& log_directory,
728 std::string const& log_file_name,
729 uint32_t log_file_roll_size_mb)
730{
731 nanologger = std::make_unique<NanoLogger>(ngl, log_directory, log_file_name,
732 log_file_roll_size_mb);
733 atomic_nanologger.store(nanologger.get(), std::memory_order_seq_cst);
734}
735
736void initialize(GuaranteedLogger gl, std::string const& log_directory,
737 std::string const& log_file_name,

Callers 1

initLoggingFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected