log flag debugging
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
d2b3f7e074
commit
3c26b3843f
4
args.go
4
args.go
|
@ -20,8 +20,8 @@ func init() {
|
|||
|
||||
newlog.Register("gui", "debugGui", &debugGui)
|
||||
|
||||
for _, s := range newlog.ListAll() {
|
||||
newlog.Info("go.wit.org/gui ListAll() returned:", s)
|
||||
for _, s := range newlog.ListFlags() {
|
||||
newlog.Info("go.wit.org/gui ListFlags() returned:", s)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue