Repository: logging-log4cxx Updated Branches: refs/heads/latest_stable 54ca0aec8 -> 7f8553c39
LOGCXX-493: Added granularity to the docs of getTimeStamp. (cherry picked from commit eeb85de0474b75c2a8c1e027e48845d5790208b0) Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/7f8553c3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/7f8553c3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/7f8553c3 Branch: refs/heads/latest_stable Commit: 7f8553c391548b6b5ea6f2616d2b769bc0fe3b76 Parents: 4862b01 Author: Thorsten Schöning <[email protected]> Authored: Mon Oct 16 11:33:01 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Mon Oct 16 11:53:01 2017 +0200 ---------------------------------------------------------------------- src/main/include/log4cxx/spi/loggingevent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/7f8553c3/src/main/include/log4cxx/spi/loggingevent.h ---------------------------------------------------------------------- diff --git a/src/main/include/log4cxx/spi/loggingevent.h b/src/main/include/log4cxx/spi/loggingevent.h index 0147ecf..0162e90 100644 --- a/src/main/include/log4cxx/spi/loggingevent.h +++ b/src/main/include/log4cxx/spi/loggingevent.h @@ -109,7 +109,8 @@ namespace log4cxx return threadName; } - /** Return the timeStamp of this event. */ + /** The number of microseconds elapsed from 01.01.1970 until logging event + was created. */ inline log4cxx_time_t getTimeStamp() const { return timeStamp; }
