gok-log-priv

gok-log-priv

Synopsis

void                gok_log_impl                        (const char *file,
                                                         int line,
                                                         const char *func,
                                                         const char *format,
                                                         ...);
void                gok_log_impl_v                      (const char *file,
                                                         int line,
                                                         const char *func,
                                                         const char *format,
                                                         va_list arg);
void                gok_log_enter_impl                  ();
void                gok_log_leave_impl                  ();

Description

Details

gok_log_impl ()

void                gok_log_impl                        (const char *file,
                                                         int line,
                                                         const char *func,
                                                         const char *format,
                                                         ...);

This is a private function please do not use.

file :

line :

func :

format :

... :


gok_log_impl_v ()

void                gok_log_impl_v                      (const char *file,
                                                         int line,
                                                         const char *func,
                                                         const char *format,
                                                         va_list arg);

This is a private function please do not use.

file :

line :

func :

format :

arg :


gok_log_enter_impl ()

void                gok_log_enter_impl                  ();

This is a private function please do not use.


gok_log_leave_impl ()

void                gok_log_leave_impl                  ();

This is a private function please do not use.