wincolog:Windows对CoLog的颜色支持

时间:2024-06-03 13:29:58
【文件属性】:

文件名称:wincolog:Windows对CoLog的颜色支持

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-03 13:29:58

Go

Windows对颜色支持 使用在Windows上显示UNIX终端颜色。 其他系统的行为不会改变。 package main import ( "log" "comail.io/go/colog" "comail.io/go/wincolog" ) func main () { colog . Register () colog . SetOutput ( wincolog . Stdout ()) log . Println ( "trace: Trace should be plain" ) log . Println ( "debug: Debug should be blue" ) log . Println ( "info: Info should be green" ) log . Println ( "warn: Warning should be yell


【文件预览】:
wincolog-master
----LICENSE(1KB)
----README.md(702B)
----wincolog.go(1KB)

网友评论