Function TRTSERVER_ServerOptionsSetLogInfo

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerOptionsSetLogInfo(TRTSERVER_ServerOptions *options, bool log)

Enable or disable info level logging.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

  • log: True to enable info logging, false to disable.