ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
DateEventMessage
2
1/10/2021 12:32:04# doPost
{"queryString":"action=test-error","parameters":{"action":["test-error"]},"contextPath":"","contentLength":0,"parameter":{"action":"test-error"}}
3
1/10/2021 12:32:05# error
[{},"ReferenceError: item is not defined\n at doPost (doPost Logging Example:6:7)\n at __GS_INTERNAL_top_function_call__.gs:1:8"]
4
1/10/2021 12:32:15# doPost
{"parameters":{"action":["test-log"]},"queryString":"action=test-log","parameter":{"action":"test-log"},"contextPath":"","contentLength":0}
5
1/10/2021 12:32:16# custom logSome data
6
6/30/2021 14:28:15# doPost
{"contextPath":"","parameters":{"action":["test-log"]},"queryString":"action=test-log","parameter":{"action":"test-log"},"contentLength":0}
7
6/30/2021 14:28:15# custom logSome data
8
6/30/2021 14:28:34# doPost
{"contextPath":"","parameters":{},"queryString":"","parameter":{},"contentLength":0}
9
6/30/2021 14:33:39# doPost
{"contextPath":"","parameter":{"action":"test-log"},"contentLength":0,"parameters":{"action":["test-log"]},"queryString":"action=test-log"}
10
6/30/2021 14:33:39# custom logSome data
11
6/30/2021 14:39:29# doPost
{"parameter":{"action":"test-log"},"contentLength":0,"parameters":{"action":["test-log"]},"queryString":"action=test-log","contextPath":""}
12
6/30/2021 14:39:30# custom logSome data
13
6/30/2021 14:39:38# doPost
{"queryString":"","contextPath":"","parameter":{},"parameters":{},"contentLength":0}
14
6/30/2021 14:51:13# doPost
{"parameters":{"action":["test-error"]},"contentLength":0,"queryString":"action=test-error","contextPath":"","parameter":{"action":"test-error"}}
15
6/30/2021 14:51:13# error
[{},"ReferenceError: item is not defined\n at doPost (doPost Logging Example:6:7)\n at __GS_INTERNAL_top_function_call__.gs:1:8"]
16
6/30/2021 14:51:30# doPost
{"parameters":{},"contextPath":"","parameter":{},"contentLength":0,"queryString":""}
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100