Function TRTSERVER_ServerOptionsSetLogWarn

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerOptionsSetLogWarn(TRTSERVER_ServerOptions *options, bool log)

Enable or disable warning level logging.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

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