GetBaseInstance returns the base stdout logger
()
| 45 | |
| 46 | // GetBaseInstance returns the base stdout logger |
| 47 | func GetBaseInstance() Logger { |
| 48 | return baseLog |
| 49 | } |
| 50 | |
| 51 | func PrintTable(s Logger, header []string, values [][]string) { |
| 52 | PrintTableWithOptions(s, header, values, nil) |
no outgoing calls
no test coverage detected