aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog/src/vespa/log/log_message.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add noexcept move constructor to avoid costly copy constructor.Henning Baldersheim2023-02-011-1/+2
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Avoid timestamp rounding errors.Tor Egge2019-04-031-7/+18
* Implement functions for converting log messages to protobuf objects.Geir Storli2019-03-261-0/+19
* Stop checking for too old or too new timestamp.Tor Egge2019-03-261-13/+8
* Add LogMessage class to vespalog.Tor Egge2019-03-251-0/+142