Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Fraunhofer-AISEC/pypenlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypenlog

This package implements the penlog specification published by Fraunhofer AISEC. pypenlog provides a penlog Python package which is available in PyPi.

Quickstart

import penlog

logger = penlog.Logger("testlogger")
logger.log_info("hi!")