Logger

command module
v1.1.12 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: Unlicense Imports: 8 Imported by: 0

README

Logger

package main

import (
	logger "github.com/0187773933/Logger/v1/logger"
	logger_types "github.com/0187773933/Logger/v1/types"
)

func main() {
	log_config := logger_types.ConfigFile{
		LogLevel: "debug" ,
		TimeZone: "America/New_York" ,
		EncryptionKey: "asdf" ,
		BoltDBPath: "bolt.db" ,
	}
	log := logger.New( &log_config )
	log.Debug( "asdf" )
}
webpack --config webpack.config.js

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
v1

Jump to

Keyboard shortcuts

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