Logging
The Client API offers two functions for logging:
-
gc_log_setopt
: This function allows you to set up specific logging options before callinggc_clients_init
. -
gc_log_message
: It is used to write a message to the log file.
The Client API offers two functions for logging:
gc_log_setopt
: This function allows you to set up specific logging options before calling gc_clients_init
.
gc_log_message
: It is used to write a message to the log file.