• Resolved rladha

    (@rladha)


    Hello Peter,

    Can you please share the background about table “wp_wpda_logging” and how can I turn on the logging?

    Thanks

    Rahim

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Rahim,

    Table wp_wpda_logging was introduced for debugging! ?? You can write log info to that table using method log of class WPDA. Here is the declaration:
    public static function log( $log_id, $log_type, $log_msg );

    It is not meant for transaction logging. ?? Sorry!

    Best regards,
    Peter

    Thread Starter rladha

    (@rladha)

    Thanks, Peter. you can close this ticket.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table: wp_wpda_logging’ is closed to new replies.