index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
logging.cc
Age
Commit message (
Expand
)
Author
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out file-descriptor.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out terminal.{hh,cc}
Tom Hubrecht
2024-05-28
util.{hh,cc}: Split out environment-variables.{hh,cc}
Tom Hubrecht
2024-03-29
Fix various clang-tidy lints
Jade Lovelace
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-05
Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
eldritch horrors
2023-09-09
Print parent activity field in json log
maralorn
2023-08-11
SimpleLogger::log: fix unintended fallthrough
Yorick van Pelt
2023-04-03
Enable -Werror=switch-enum
Robert Hensing
2023-04-03
Add explicit case statements where -Wswitch-enum would report them
Robert Hensing
2023-04-03
Fix systemd logging for lvlNotice: eqv to lvlInfo, not lvlVomit
Robert Hensing
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-02
Logger::writeToStdout(): Use writeFull()
Eelco Dolstra
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-02-28
libstore/derivation-goal: avoid double-parsing of JSON messages
Maximilian Bosch
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2021-08-22
Replace invalid characters in json logger
Yaroslav Bolyukin
2021-07-01
Respect TERM=dumb more consistently
Yestin L. Harrison
2021-01-21
Improve error formatting
Eelco Dolstra
2020-10-28
Capitalize JSON for consistency
Matthew Kenigsberg
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-07-26
libutil/logging: extend `internal-json` logger to make it more machine-readable
Maximilian Bosch
2020-07-08
Fix 'got unknown message type 1 from Nix daemon'
Eelco Dolstra
2020-07-02
move showTrace to new loggerSettings
Ben Burdette
2020-07-01
non-pos trace test
Ben Burdette
2020-06-30
comments and cleanup
Ben Burdette
2020-06-29
showTrace flag in loggers
Ben Burdette
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-08
Unify the printing of the logs between bar-with-logs and raw
regnat
2020-06-08
Make the logger customisable
regnat
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-05-13
change status messages to info level
Ben Burdette
2020-05-12
remove unused extra json fields
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
2020-05-06
Revert "Merge pull request #3558 from LnL7/ssh-ng-stderr"
Eelco Dolstra
2020-05-02
logging: handle build log lines in simple logger
Daiderd Jordan
2020-04-29
uncrustify formatting
Ben Burdette
2020-04-17
demoing other error levels than warn/error; rename line and file fields in er...
Ben Burdette
2020-04-17
logError, logWarning; Logger functions; switch to Verbosity enum
Ben Burdette
2020-04-16
Logger: Add method for writing to stdout
Eelco Dolstra
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
actDownload -> actDataTransfer
Nikola Knezevic
2020-02-01
Show "warning:" in yellow instead of red
Eelco Dolstra
2019-06-25
Add "warning" verbosity level
Eelco Dolstra
[next]