An open API service indexing awesome lists of open source software.

https://github.com/sanda0/xlogs


https://github.com/sanda0/xlogs

Last synced: over 1 year ago
JSON representation

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)

```