summaryrefslogtreecommitdiffstats
path: root/vespalog/src
Commit message (Expand)AuthorAgeFilesLines
* add -W optionArne Juul2022-10-261-1/+13
* Use singleton for ns_log::BufferedLogger.Tor Egge2022-10-235-30/+35
* Merge pull request #24050 from vespa-engine/arnej/cleanup-perl-in-vespalogHenning Baldersheim2022-09-149-860/+34
|\
| * simpler without generating codeArne Juul2022-09-144-56/+34
| * remove unused codeArne Juul2022-09-145-804/+0
* | remove superseded perl version of vespa-logfmtArne Juul2022-09-141-306/+0
|/
* qrserver -> containerHarald Musum2022-08-081-2/+2
* Make deprecated apis package private.gjoranv2022-06-081-12/+2
* Make VespaFormatter package private.gjoranv2022-06-083-7/+20
* com.yahoo.log.event cleanupArne H Juul2022-06-0822-202/+12
* make some implementation classes non-publicArne H Juul2022-06-0817-52/+28
* no PublicApi for eventsArne H Juul2022-06-081-2/+0
* Remove deprecated members from vespalogBjørn Christian Seime2022-06-083-154/+0
* Replace deprecated LogRecord.setThreadID -> setLongThreadIDgjoranv2022-06-081-3/+3
* Replace deprecated LogRecord.getThreadID -> getLongThreadIDgjoranv2022-06-082-5/+5
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-101-21/+0
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-104-4/+27
* Revert "Setup vespalog in jdisc core [run-systemtest]"Henning Baldersheim2022-05-094-27/+4
* Move to non-public impl package.Henning Baldersheim2022-05-092-1/+8
* Use a general name indicating that it is an unused default.Henning Baldersheim2022-05-091-2/+1
* Initialize logging earlier in container startup sequenceHenning Baldersheim2022-05-093-4/+21
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-3/+9
* fix tsan warningsHåvard Pettersen2022-03-111-9/+10
* Avoid memory leak.Tor Egge2022-02-133-20/+20
* Deprecate package c.y.log.event.gjoranv2022-01-2521-3/+21
* Deprecate c.y.log.LogLevel.gjoranv2022-01-237-7/+14
* deprecate internal details of vespa loggingArne H Juul2022-01-2032-23/+165
* Merge pull request #20471 from vespa-engine/toregge/include-string-header-fileHenning Baldersheim2021-12-111-1/+1
|\
| * Include string header file when needed.Tor Egge2021-12-111-1/+1
* | Include csignal instead of signal.hTor Egge2021-12-111-1/+1
* | Include signal.h to get declarations of kill() and killpg() on Darwin.Tor Egge2021-12-111-0/+1
|/
* Use c++11 strings instead of old c-style manual string manipulation.Henning Baldersheim2021-11-244-29/+25
* Update 2019 Oath copyrights.gjoranv2021-10-276-6/+6
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-07114-114/+114
* Remove unused variables.Tor Egge2021-08-231-2/+0
* Reduce test time for vespalog_threads_test_app.Tor Egge2021-01-081-4/+4
* Make it compatible with c++2aHenning Baldersheim2020-12-021-1/+9
* Use builtin_expect to advise on most likely branchHenning Baldersheim2020-11-071-2/+2
* Try to avoid race when creating directoryHarald Musum2020-10-151-5/+6
* start cleanup of process group soonerArne Juul2020-09-171-5/+28
* more time for clean shutdownArne Juul2020-09-091-5/+5
* Stick to junit for simple test.Henning Baldersheim2020-08-113-26/+19
* Turn off lint for test marco definitions we can actually use clang-tidy to cl...Henning Baldersheim2020-08-051-1/+1
* Use EXTERNAL_DEPENDS for external dependencies.Tor Egge2020-07-071-1/+1
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* return from main instead of exitArne Juul2020-07-032-5/+5
* avoid naked exitArne Juul2020-07-039-45/+48
* use return from main() for clean shutdownArne Juul2020-07-031-8/+8
* filter log messages from pluginsArne Juul2020-07-011-0/+34