Home
last modified time | relevance | path

Searched refs:FastFileLogger (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h369 class FastFileLogger : public Logger {
372 FastFileLogger(std::ofstream &&stream, Level level, const ComponentMask &component_mask) in FastFileLogger() function
380 ~FastFileLogger() override = default;
382 NO_COPY_SEMANTIC(FastFileLogger);
383 NO_MOVE_SEMANTIC(FastFileLogger);
Dlogger.cpp218 logger = new FastFileLogger(std::move(stream), level, component_mask); in InitializeFileLogging()
344 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
383 void FastFileLogger::SyncOutputResource() in SyncOutputResource()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.cpp198 logger_ = new FastFileLogger(std::move(stream), level, componentMask); in InitializeFileLogging()
314 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal()
326 void FastFileLogger::SyncOutputResource() in SyncOutputResource()