logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_debug_init - initialise the debugging system

Description

tickit_debug_init()  initialises  the  libtickit debugging system. It reads the values of the environment
       variables and sets up the output filehandle, if enabled. It also has a side-effect on the  value  of  the
       tickit_debug_enabled  global  variable,  setting  it to the correct value. Applications that wish to read
       this variable to control their output of debugging messages may wish to call this function on startup, to
       ensure it takes the correct value.

       tickit_debug_init() is guarded internally so that it is safe to call multiple times; there is no downside
       to opportunistically invoking it on startup anyway, even if some other part of the application  may  also
       have done so.

Name

       tickit_debug_init - initialise the debugging system

Return Value

       This function returns no value.

See Also

tickit_debug_logf(3), tickit_debug(7), tickit(7)

                                                                                            TICKIT_DEBUG_INIT(3)

Synopsis

#include<tickit.h>voidtickit_debug_init(void);booltickit_debug_enabled;

       Link with -ltickit.

See Also