Home
last modified time | relevance | path

Searched defs:log_file (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dstring_logger.rb41 def initialize(log_file) argument
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dutils.py49 def init_logger(log_level, log_file): argument
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp63 … const panda::PandArg<std::string> &output_file, const panda::PandArg<std::string> &log_file, in PrepareArgs()
210 panda::PandArg<std::string> log_file("log-file", "", "(--log-file FILENAME) Set log file name"); in main() local
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp193 void Logger::InitializeFileLogging(const std::string &log_file, Level level, ComponentMask componen… in InitializeFileLogging()