Home
last modified time | relevance | path

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

/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 panda::Logger
Dlogger.h134 PANDA_PUBLIC_API static void InitializeFileLogging(const std::string &logFile, Level level,
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp81 …Logger::InitializeFileLogging(file_name, level, component_mask, options.GetLogStream() == "fast-fi… in Initialize()
193 void Logger::InitializeFileLogging(const std::string &log_file, Level level, ComponentMask componen… in InitializeFileLogging() function in panda::Logger
Dlogger.h136 …static void InitializeFileLogging(const std::string &log_file, Level level, ComponentMask componen…
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm.cpp117 panda::Logger::InitializeFileLogging( in ProcessArgs()
/arkcompiler/runtime_core/disassembler/
Ddisasm.cpp77 panda::Logger::InitializeFileLogging( in ProcessArgs()
/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.cpp96 …panda::Logger::InitializeFileLogging(logFile.GetValue(), panda::Logger::Level::DEBUG, componentMas… in PrepareArgs()
/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp251 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()