Home
last modified time | relevance | path

Searched refs:InitializeFileLogging (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/abc2program/
Dabc2program_options.cpp49 panda::Logger::InitializeFileLogging( in Parse()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.cpp76 …Logger::InitializeFileLogging(fileName, level, componentMask, options.GetLogStream() == "fast-file… in Initialize()
182 void Logger::InitializeFileLogging(const std::string &logFile, Level level, ComponentMask component… in InitializeFileLogging() function in ark::Logger
Dlogger.h134 PANDA_PUBLIC_API static void InitializeFileLogging(const std::string &logFile, Level level,
/arkcompiler/runtime_core/disassembler/
Ddisasm.cpp77 panda::Logger::InitializeFileLogging( in ProcessArgs()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm.cpp116 ark::Logger::InitializeFileLogging(debugFile, ark::Logger::Level::DEBUG, in ProcessArgs()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp82 …Logger::InitializeFileLogging(file_name, level, component_mask, options.GetLogStream() == "fast-fi… in Initialize()
194 void Logger::InitializeFileLogging(const std::string &log_file, Level level, const ComponentMask &c… in InitializeFileLogging() function in panda::Logger
Dlogger.h148 …static void InitializeFileLogging(const std::string &log_file, Level level, const ComponentMask &c…
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp93 …panda::Logger::InitializeFileLogging(log_file.GetValue(), panda::Logger::Level::DEBUG, component_m… in PrepareArgs()
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp93 … ark::Logger::InitializeFileLogging(logFile.GetValue(), ark::Logger::Level::DEBUG, componentMask); in PrepareArgs()
/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp257 Logger::InitializeFileLogging(log_filename, Logger::Level::INFO,
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dlogger_test.cpp246 Logger::InitializeFileLogging(logFilename, Logger::Level::INFO, in DEATH_TEST()