Skip to content
/ trace Public

Simple helper to trace the function calls, errors or logs reference

License

Notifications You must be signed in to change notification settings

vardius/trace

Repository files navigation

📡 trace

Build Status Go Report Card codecov license

logo

trace - simple helper to trace the function calls, errors or logs reference

📖 ABOUT

Contributors:

Want to contribute ? Feel free to send pull requests!

Have problems, bugs, feature ideas? We are using the github issue tracker to manage them.

📚 Documentation

For examples visit godoc#pkg-examples

For GoDoc reference, visit pkg.go.dev

🚏 HOW TO USE

🏫 Basic example

package main

import (
    "log"

    "github.com/vardius/trace"
)

func main() {
    log.Printf("%s\n\t%s", "Hello from:", trace.Here(trace.Lfile | trace.Lline | trace.Lfunction))
}

📜 License

This package is released under the MIT license. See the complete license in the package

About

Simple helper to trace the function calls, errors or logs reference

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages