deltakit.explorer.Logging#
- class deltakit.explorer.Logging#
Bases:
objectThis class enables client-side logging, generates unique request identifiers and proxies events from the calling environment (e.g. JupyterHub or gql library).
Methods#
Use this call for Exception logging. uid obtained from info_and_generate_uid() is required::. |
|
This method is used to log events during the API method invocation. This method should be used after info_and_generate_uid(), and requires a uid as an argument::. |
|
This method is used to log the API method invocation, and to generate a unique string which represents the call in the log files on both client and server sides. |
|
Sets logging level, use logging.INFO, logging.DEBUG, . |
|
Switches console logging on and off. |
|
This method is used to log warnings during the API method invocation. This method should be used after info_and_generate_uid(), and requires a uid as an argument::. |