Logo
Explore Help
Register Sign In
admin/gluetun
1
0
Fork 0
You've already forked gluetun
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a062135148090737fbf0b597385c750e901b2590
gluetun/internal/constants/colors.go

16 lines
271 B
Go
Raw Normal View History

Each stream uses a different color, fixes #136
2020-04-19 20:40:31 +00:00
package constants
import "github.com/fatih/color"
Logging improvements (#195) - Fix (and test) filtering of lines - Filter out shadowsocks cannot resolve error - Change tinyproxy color - Deduct logging level according to message content
2020-07-12 21:19:44 -04:00
func ColorUnbound() *color.Color {
return color.New(color.FgCyan)
Each stream uses a different color, fixes #136
2020-04-19 20:40:31 +00:00
}
Logging improvements (#195) - Fix (and test) filtering of lines - Filter out shadowsocks cannot resolve error - Change tinyproxy color - Deduct logging level according to message content
2020-07-12 21:19:44 -04:00
func ColorTinyproxy() *color.Color {
return color.New(color.FgHiGreen)
Each stream uses a different color, fixes #136
2020-04-19 20:40:31 +00:00
}
Logging improvements (#195) - Fix (and test) filtering of lines - Filter out shadowsocks cannot resolve error - Change tinyproxy color - Deduct logging level according to message content
2020-07-12 21:19:44 -04:00
func ColorOpenvpn() *color.Color {
return color.New(color.FgHiMagenta)
Each stream uses a different color, fixes #136
2020-04-19 20:40:31 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 212ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API