Core

class flask_rich.core.RichApplication(app=None, console=None, highlighter=None)

A Flask extension that adds rich logging features to the application.

Parameters:
init_app(app, console=None, highlighter=None)

Register this extension with the flask app.

Parameters: