Logging module ============== MLOps has a log parser that clean logs and tries to find useful information. This is the module to access this functionalities. Since there are a lot of logger types is hard to create the perfect parser, so using this one helps your model script being parsed by MLOps and sending cleaner messages. Logger ------------------------------ .. autoclass:: mlops_codex.logging.Logger :members: :undoc-members: :show-inheritance: