Function TRITONSERVER_ServerOptionsSetLogError

Function Documentation

TRITONSERVER_Error *TRITONSERVER_ServerOptionsSetLogError(TRITONSERVER_ServerOptions *options, bool log)

Enable or disable error level logging.

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

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