Print print log to stdout
(formated bool)
| 17 | |
| 18 | // Print print log to stdout |
| 19 | func (ccm CliCommonMessage) Print(formated bool) { |
| 20 | fmt.Println(ccm.ToJSON(formated)) |
| 21 | } |
| 22 | |
| 23 | // ToJSON convert log record to json |
| 24 | func (ccm CliCommonMessage) ToJSON(formated bool) string { |
no test coverage detected