Jump to content

[SOLVED] Custom log output


photo

Recommended Posts

Posted

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 ?

Posted

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.

×
×
  • Create New...