Skip to content

Repository files navigation

PyPI-Server Built Status

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()

About

No description or website provided.

Topics

Resources

Contributing

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages