8000 GitHub - usama2762/zepl_logging_client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

usama2762/zepl_logging_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zepl Logging

This package let's you do logging just like a basic logging modeule but it is desiged specifically to work with zepl notebooks as those are containerized so all the logs are lost when the container is shut down.

Installation

You can install zepl_logging package from PyPI:

pip install zepl_logging

The project is Suported with Python 3+

How to use

from zepl_logging import logging

logger = logging.Logging()

logger.base_config('your_zepl_token', notebook='notebook_name', organization='org_name')

#now you can use this logger to log anything like 

logger.info('Connected to Db!')
logger.debug('This is a debug message!')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0