Home
last modified time | relevance | path

Searched defs:prettyFormat (Results 1 – 9 of 9) sorted by relevance

/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/lager/chug/
H A Dchug.go54 type prettyFormat struct { struct
55 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) {
/dports/devel/bazel-buildtools/buildtools-3.2.1/edit/
H A Dbuildozer_command_file_test.go142 func prettyFormat(commandsByBuildFile map[string][]commandsForTarget) string { func
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCounters.h65 docstring const & prettyFormat() const { return prettyformat_; } in prettyFormat() function
/dports/devel/lazygit/lazygit-0.31.4/pkg/commands/
H A Dloading_commits.go436 var prettyFormat = fmt.Sprintf( var
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/demo/src/com/google/phonenumbers/
H A DPhoneNumberParserServlet.java163 String prettyFormat = isNumberValid in getOutputForFile() local
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/demo/src/com/google/phonenumbers/
H A DPhoneNumberParserServlet.java163 String prettyFormat = in getOutputForFile() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/tests/regres/git/
H A Dgit.go230 const prettyFormat = "ǁ%Hǀ%cIǀ%an <%ae>ǀ%sǀ%b" const
/dports/net-im/kaidan/kaidan-0.8.0/src/
H A DMediaUtils.cpp118 static QString prettyFormat(int durationMsecs, QTime *outTime = nullptr) { in prettyFormat() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/
H A DLogger.cpp226 bool prettyFormat = false, jsonFormat = false; in writeMessageToDestinations() local