habitat_sim.logging module

A simple Google-style logging wrapper.

Taken from https://github.com/benley/python-glog and adapted

Classes

class HabitatSimFormatter

Functions

def format_message(record: logging.LogRecord) -> str

Data

DEBUG = 10
ERROR = 40
FATAL = 50
INFO = 20
WARN = 30
WARNING = 30