https://github.com/sanda0/xlogs
https://github.com/sanda0/xlogs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanda0/xlogs
- Owner: sanda0
- Created: 2022-09-30T06:30:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T06:54:21.000Z (almost 4 years ago)
- Last Synced: 2024-12-14T13:45:45.318Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xlogs
## Simple golang loger
### install
```
go get github.com/sanda0/xlogs
```
### Functions
### Info
```go
func xlogs.Info(...any)
```
### Warn
```go
func xlogs.Warn(...any)
```
### Error
```go
func xlogs.Error(...any)
```
### Debug
```go
func xlogs.Debug(...any)
```