Home - pd93/plog GitHub Wiki
Welcome to the PLog wiki!
If you're new here, you may find the following pages useful:
- Installation - Get PLog installed as a dependency in your project.
- Usage - A simple guide to get you up and running with PLog.
See a full list of wiki pages in the sidebar.
Please note that all the examples in this wiki assume that you have imported PLog in the following way:
i.e. aliased to "log".
import log "gopkg.in/pd93/plog.v0"
If you have imported the package with a different alias or no alias at all, you will have to adjust the examples accordingly.