Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/utils/include/
H A Djs_env_logger.h29 struct JsEnvLogger final {
37JsEnvLogger::logger(JsEnvLogLevel::DEBUG, __FILENAME__, __FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
39JsEnvLogger::logger(JsEnvLogLevel::INFO, __FILENAME__, __FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
41JsEnvLogger::logger(JsEnvLogLevel::WARN, __FILENAME__, __FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
43JsEnvLogger::logger(JsEnvLogLevel::ERROR, __FILENAME__, __FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
45JsEnvLogger::logger(JsEnvLogLevel::FATAL, __FILENAME__, __FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dohos_js_env_logger.cpp37 void JsEnvLogger(JsEnv::JsEnvLogLevel level, const char* fileName, const char* functionName, int li… in JsEnvLogger() function
69 JsEnv::JsEnvLogger::logger = JsEnvLogger; in RegisterJsEnvLogger()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/utils/src/
H A Djs_env_logger.cpp19 void(*JsEnvLogger::logger)(JsEnvLogLevel level, const char* fileName, const char* functionName, int…