ProductState_GetCompilationOption());
}
-
LogOutput *
Log_InitWithCustomInt(struct CfgInterface *cfgIf,
LogCustomMsgFunc *msgFunc,
return Log_InitWithCustomInt(cfgIf, msgFunc, minLogLevel);
}
+LogOutput *
+Log_InitWithCustomIntEx(struct CfgInterface *cfgIf,
+ LogCustomMsgFuncEx *msgFunc,
+ int minLogLevel);
+
+
+static INLINE LogOutput *
+Log_InitWithCustomEx(struct CfgInterface *cfgIf,
+ LogCustomMsgFuncEx *msgFunc,
+ int minLogLevel)
+{
+ Log_SetProductInfoSimple();
+
+ return Log_InitWithCustomIntEx(cfgIf, msgFunc, minLogLevel);
+}
+
LogOutput *
Log_InitWithFileInt(const char *appPrefix,
struct Dictionary *dict,