Function TRTSERVER_ServerOptionsSetLogError

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerOptionsSetLogError(TRTSERVER_ServerOptions *options, bool log)

Enable or disable error level logging.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

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