Categorygithub.com/gotoolkit/log
modulepackage
1.4.0
Repository: https://github.com/gotoolkit/log.git
Documentation: pkg.go.dev

# README

github.com/gotoolkit/log Go項目日誌配置

Install

go get -u github.com/gotoolkit/log

Example

package main

import (
    "github.com/gotoolkit/log"
)

func main() {
    err := log.Setup()
	if err != nil {
		log.Fatalln(err)
    }
    
    log.Println("hello, world")
}

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author