ggris Posted November 30, 2015 Posted November 30, 2015 Hi, We use a custom log system that manages levels and categories. Then we use a separate tool to read and analyze our logs. We would like to write Unigine logs with this system. Is it possible to redirect Unigine logs to a custom user defined output ? Or to add a logger to the Unigine log system ?
maxi Posted November 30, 2015 Posted November 30, 2015 Hi Guillaume, There is no api for that, you can add your custom logic to Log::message, Log::warning and Log::error methods located in EngineLog.cpp.
Recommended Posts