Function TRTSERVER_ServerOptionsSetLogVerbose

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerOptionsSetLogVerbose(TRTSERVER_ServerOptions *options, int level)

Set verbose logging level.

Level zero disables verbose logging.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • options: The server options object.

  • level: The verbose logging level.