github.com/jfjallid/golog v0.3.0
Go module source archive layoutArchive contains go.mod
SHA-256933fd455c67731f7531a6ccd0be1126cfd72daa6754601496f894c9052567f82
MaleculeMd₃(InPa₂)
Evidence
1:17… 2 Jimmy Fjällid. All rights reserved
2// Use of this source code is governed by an MIT license
3// that can be found in the LICENSE file.
4
5// Package golog serves as a wrapper around the default log
6// package to implem …
8:2… / Error would only print messages of type Error and Critical,
9// while a level of Debug would print all log messages.
10
11// The package defines a type MyLogger, with methods for
12// formatting output, same as the log package, and it also has
13// a predefined 'standard' logge …
16:64…
17// will be discarded.
18package golog
19
20import (
21 "fmt"
22 "io"
23 "log"
24 "os"
25)
26
27// These flags define the available log levels that can be configured. A level
28// of LevelWarning means that only messages …
1MIT License
2
3Copyright (c) 2022 Jimmy Fjällid
4
5Permission is hereby granted, free of charge, to any person obtaining a copy
6of this software and associated documentation files (the "Software"), to deal
7in the Software without restriction, including without limitation the righ …
16:34… D TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18AUTHORS OR COPYRIGHT HOLDERS BE …
No evidence locations were recorded for this file. Raw result