Masonite Log Viewer


Keywords
logging, log, logger, masonite, masonite-framework, masonite-log-viewer, python
License
MIT
Install
pip install browserlog==1.0.0

Documentation

Browserlog

Log Viewer for Masonite Framework

Build Status GitHub license Twitter

Table of Contents

Preview

Installation

# Using pip
$ pip install browserlog

# Using Pipenv
$ pipenv install browserlog

# Using Poetry
$ poetry add browserlog

Add BrowserlogProvider to your providers list in config/providers.py:

from browserlog.providers import BrowserlogProvider

PROVIDERS = [

    # Third Party Providers
    BrowserlogProvider,
]

This will add a new browserlog:install command to craft. Then run in your terminal:

craft browserlog:install

Go to http://myapp/logs.

Support

Browserlog appreciates help from a wide range of different backgrounds. Small improvements or fixes are always appreciated and issues labeled as easy may be a good starting point. If you are considering larger contributions outside the traditional coding work, please contact us through hellomasonite@gmail.com .