Giter Club home page Giter Club logo

glogger's Introduction

Glogger: A logging library for Golang, simple and easy to use compatible with the standard library logger.

Installation & testing

Use below as package to install glogger in your Go project

RUN

go get github.com/drj-sharma/glogger@latest

and use below package as logger, see example for more details

github.com/drj-sharma/glogger

 

example

import (
	log "github.com/drj-sharma/glogger"
)
var (
	logging = log.Logger{}
	logger  = logging.GetLogger()
)

func main() {
    logger.Info("This is info logger")
    logger.Debug("This is debug logger")
    logger.Fatal("This is fatal logger")
    // example log
    "[time] - LOGGER_LEVEL - LOG_MSG"
}

 

Easiest way to test this library by using Docker

docker build -t app .

docker run app

OR

Use Makefile (https://askubuntu.com/questions/161104/how-do-i-install-make)

make docker-build

make docker-run
    

glogger's People

Contributors

drj-sharma avatar

Stargazers

Vanish Sharma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.