summaryrefslogtreecommitdiffstats
path: root/vespalog/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-03-26 17:55:47 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-03-26 18:40:11 +0100
commitfd922d96996239a5462f4532b868875a55a0d068 (patch)
tree254d5a8f2cbafe719a1c634e8fc4091a11327bef /vespalog/abi-spec.json
parente73dcf4a2fc8e819824a8a0035c220f2f4dd4e47 (diff)
Expose timestamp of type 'Instant' in LogMessage
Diffstat (limited to 'vespalog/abi-spec.json')
-rw-r--r--vespalog/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespalog/abi-spec.json b/vespalog/abi-spec.json
index 3a8d1c8fd49..d0811437978 100644
--- a/vespalog/abi-spec.json
+++ b/vespalog/abi-spec.json
@@ -118,6 +118,7 @@
"public"
],
"methods": [
+ "public java.time.Instant getTimestamp()",
"public long getTime()",
"public long getTimeInSeconds()",
"public java.lang.String getHost()",
@@ -551,4 +552,4 @@
],
"fields": []
}
-} \ No newline at end of file
+}