Lines Matching refs:log
25 /* represents a single log entry */
29 /* log statement identifier, created from message string and log level. */
31 /* log time, relative to the elapsed system time clock. */
33 /* string parameters passed to the log call. */
35 /* integer parameters passed to the log call. */
37 /* floating point parameters passed to the log call. */
39 /* boolean parameters passed to the log call. */
42 /* log statement identifier, created from message string and log level. */
46 /* represents a log file containing ProtoLog log entries.
63 /* log proto version. */
68 /* log entries */
69 repeated ProtoLogMessage log = 4; field