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/7038408f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/7038408f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/7038408f Branch: refs/heads/Branch_refs/tags/latest_stable Commit: 7038408f773538013f11e8364fd08a215974a6a9 Parents: d7bfafe 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:42:52 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/7038408f/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; }
