LOGCXX-493: Added granularity to the docs of getTimeStamp.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/eeb85de0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/eeb85de0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/eeb85de0 Branch: refs/heads/release_scripts Commit: eeb85de0474b75c2a8c1e027e48845d5790208b0 Parents: 4cf6ae6 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:33: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/eeb85de0/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 f2b2a55..8f6dec0 100644 --- a/src/main/include/log4cxx/spi/loggingevent.h +++ b/src/main/include/log4cxx/spi/loggingevent.h @@ -112,7 +112,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; }
