un1verse_golang_logging

package module
v0.0.0-...-4b19d05 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

Golang logging

Installation

go get bitbucket.org/solid-software-development/un1verse-golang-logging

Usage

package main

import (
	un1verseGolangLogging "bitbucket.org/solid-software-development/un1verse-golang-logging"
)

func main() {
	logger, _ := un1verseGolangLogging.NewLogger()
	defer func() {
		_ = logger.Sync()
	}()
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLogger

func NewLogger() (*zap.Logger, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL