Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l3dlp authored Aug 10, 2023
1 parent 0018e5c commit 01fce7a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# logfile

Easily write all Golang "log" in a file
Listen up, you filthy troglodytes inhabiting the cyber-scarred wastelands of code. You're tired of those log messages littering your console like the droppings of a thousand ill-mannered pigeons? Got a hankering for a solution that's not as tedious as your day-to-day existence? Enter logfile.

This `logfile` package writes all your Golang "log" into a file, like some sort of obedient scribe tirelessly scribbling the rantings of a madman. In a world filled with bloated garbage, this is a tool that makes sense.

## Usage
Oh, you want to know how to use it? Well, isn't that precious? Fine, I'll hold your hand like the delicate child you are:

```go
import "github.com/l3dlp/logfile"
```
[...]
```go
// [...]
func main() {
logFile := logfile.Use("chemindufichier.log")
if logFile != nil {
Expand All @@ -18,7 +19,12 @@ func main() {
}
```

See that? Even you can do it. It's as simple as buying off a politician or ignoring the nagging sense that your life is a repetitive cycle of despair. You just Use it, and BAM! You've got a logfile, sleek and beautiful, like the truth in a world full of lies.

## License
[MIT license](LICENSE). It's free and unburdened by moral constraint, like a good systems library should be.

---

This project is under MIT license - see [LICENSE file](LICENSE) for all details.
Now, run along, kids. Dive into the world of logfile and embrace the brutal, unfiltered reality it offers. Or don't. Either way, the world's still turning, and I've still got deadlines to meet.

0 comments on commit 01fce7a

Please sign in to comment.