Table of Contents

Class: ILogger ./src/peak/running/logs.py

A PEAK logger, with additional (syslog-compatible) level methods

Base Classes   
IBasicLogger
    protocols.Interface
Methods   
alert
emergency
log
notice
trace
  alert 
alert (
        msg,
        *args,
        *kwargs,
        )

Log msg w/level ALERT

  emergency 
emergency (
        msg,
        *args,
        *kwargs,
        )

Log msg w/level EMERG

  log 
log (
        lvl,
        msg,
        *args,
        *kwargs,
        )

Log msg w/level lvl (accepts level names as well as numbers)

  notice 
notice (
        msg,
        *args,
        *kwargs,
        )

Log msg w/level NOTICE

  trace 
trace (
        msg,
        *args,
        *kwargs,
        )

Log msg w/level TRACE


Table of Contents

This document was automatically generated on Mon Apr 22 01:11:03 2024 by HappyDoc version 2.1