package
module
Version:
v0.0.0-...-4b19d05
Opens a new window with list of versions in this module.
Published: Aug 31, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.