Socket
Socket
Sign inDemoInstall

safe-security-logger

Package Overview
Dependencies
5
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    safe-security-logger

Custom logging framework from SAFE security


Maintainers
1

Readme

.. image:: https://img.shields.io/pypi/v/safe-security-logger.svg :alt: PyPI-Server :target: https://pypi.org/project/safe-security-logger/

.. image:: https://img.shields.io/github/workflow/status/Safe-Security/py-logger/publish :alt: Built Status :target: https://github.com/Safe-Security/py-logger/actions/workflows/publish.yml

|

==================== safe-security-logger

Structured JSON logger package from Safe Security

============ Installation

::

pip install safe-security-logger

============ Usage

::

import safe_security_logger as logging

logger = logging.getLogger("awesome-logger")

def test():
    logger.info("Hello world")
    logger.info("Hello world", extra={"text": "testing logging"})

test()

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc