This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
gluetun
Watch
1
Star
0
Fork
0
You've already forked gluetun
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
85675225949a4976b52d9f28e4101974e87f37ab
gluetun
/
internal
/
healthcheck
/
logger.go
8 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
Maint: package local narrow Logger interfaces
2021-09-23 16:58:21 +00:00
package
healthcheck
type
Logger
interface
{
feat(log): change unhealthy log to debug level
2024-02-21 16:44:35 +00:00
Debug
(
s
string
)
Maint: package local narrow Logger interfaces
2021-09-23 16:58:21 +00:00
Info
(
s
string
)
Error
(
s
string
)
}
Reference in New Issue
Copy Permalink