Searched defs:prettyFormat (Results 1 – 9 of 9) sorted by relevance
54 type prettyFormat struct { struct55 Timestamp string `json:"timestamp"`56 Level string `json:"level"`57 LogLevel lager.LogLevel `json:"log_level"`58 Source string `json:"source"`59 Message string `json:"message"`60 Data lager.Data `json:"data"`61 Error error `json:"-"`104 func convertPrettyLog(lagerLog prettyFormat) (LogEntry, bool) {
142 func prettyFormat(commandsByBuildFile map[string][]commandsForTarget) string { func
65 docstring const & prettyFormat() const { return prettyformat_; } in prettyFormat() function
436 var prettyFormat = fmt.Sprintf( var
163 String prettyFormat = isNumberValid in getOutputForFile() local
163 String prettyFormat = in getOutputForFile() local
230 const prettyFormat = "ǁ%Hǀ%cIǀ%an <%ae>ǀ%sǀ%b" const
118 static QString prettyFormat(int durationMsecs, QTime *outTime = nullptr) { in prettyFormat() function
226 bool prettyFormat = false, jsonFormat = false; in writeMessageToDestinations() local