Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

logger-uuid

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logger-uuid

Implement logs with unique uuid identifier.

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

logger uuid

Latest Commit Package version

This project was created with the purpose of adding a unique identifier to the logs.

Installation

pip install logger-uuid

Usage

from logger_uuid import Logger

class Test:
    def __init__(self, logger: Logger):
        self.logger = logger

    async def get_test(self):    
        self.logger.log_info("log info example")
        self.logger.log_warning("log warning example")
        ...

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc