Functions Tables Views Materialized Views Trigger File Names File Names by Path Bug List Todo List Code Statistics Start Page | pglogger |
Function | from package | Details | Usage |
---|---|---|---|
public debug # | Write log message if logging is set to DEBUG or more severe. | where used / - | |
public exception # | Write log message if logging is set to EXCEPTION or more severe. | where used / - | |
public get_caller_function # | Returns the name of the function that called the function that called this function. | where used / - | |
private get_logging_level # | Returns the logging level as defined in the property table. | where used / - | |
private get_property_value_boolean # | Returns the boolean value of given property. | where used / - | |
private get_property_value_date # | Returns the date value of given property. | where used / - | |
private get_property_value_integer # | Returns the bigint value of given property. | where used / - | |
private get_property_value_interval # | Returns the interval value of given property. | where used / - | |
private get_property_value_number # | Returns the numeric value of given property. | where used / - | |
private get_property_value_string # | Returns the text value of given property. | where used / - | |
private get_property_value_time # | Returns the time with time zone value of given property. | where used / - | |
private get_property_value_timestamp # | Returns the timestamp with time zone value of given property. | where used / - | |
public info # | Write log message if logging is set to INFO or more severe. | where used / - | |
public is_asynch_tab_logging # | Returns whether logging to table is to be done asynchronously or not. | where used / - | |
public is_logging_to_standard # | Returns whether logging to standard device(s) is switched on or not. | where used / - | |
public is_logging_to_table # | Returns whether logging to table is switched on or not. | where used / - | |
public log # | Write log message if logging is set to LOG or more severe. | where used / - | |
public notice # | Write log message if logging is set to NOTICE or more severe. | where used / - | |
public set_general_logging_level # | Set a new general logging level. | where used / - | |
public set_general_logging_level_2_debug # | Set logging level to DEBUG. | where used / - | |
public set_general_logging_level_2_exception # | Set logging level to EXCEPTION. | where used / - | |
public set_general_logging_level_2_info # | Set logging level to INFO. | where used / - | |
public set_general_logging_level_2_log # | Set logging level to LOG. | where used / - | |
public set_general_logging_level_2_notice # | Set logging level to NOTICE. | where used / - | |
public set_general_logging_level_2_warning # | Set logging level to WARNING. | where used / - | |
public warning # | Write log message if logging is set to WARNING or more severe. | where used / - | |
private write_message # | Write given parameters to different targets. | where used / - | |
private write_message_to_table # | Write given parameters into the logging table. | where used / - |
Functions Tables Views Materialized Views Trigger File Names File Names by Path Bug List Todo List Code Statistics Start Page | pglogger |