Function TRITONSERVER_ServerOptionsSetLogError¶
Defined in File tritonserver.h
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.