Home
last modified time | relevance | path

Searched defs:LogLine (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/log/
Dlog_service.pb.go115 LogLine []*UserAppLogLine `protobuf:"bytes,2,rep,name=log_line" json:"log_line,omitempty"` member
178 type LogLine struct { struct
179 Time *int64 `protobuf:"varint,1,req,name=time" json:"time,omitempty"`
180 Level *int32 `protobuf:"varint,2,req,name=level" json:"level,omitempty"`
181 LogMessage *string `protobuf:"bytes,3,req,name=log_message" json:"log_message,omitempty"`
182 XXX_unrecognized []byte `json:"-"`
185 func (m *LogLine) Reset() { *m = LogLine{} }
186 func (m *LogLine) String() string { return proto.CompactTextString(m) }
187 func (*LogLine) ProtoMessage() {}
189 func (m *LogLine) GetTime() int64 {
[all …]
Dlog_service.proto37 message LogLine { message
/external/autotest/contrib/
Dlog_distiller.py153 class LogLine(object): class
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc103 void LogLine(const char* msg) { in LogLine() function in __anon201d90ec0111::MicrodumpWriter
/external/syzkaller/vendor/google.golang.org/appengine/log/
Dlog.go176 func protoToAppLogs(logLines []*pb.LogLine) []AppLog {
/external/python/google-api-python-client/tests/data/
Dlogging.json1464 "LogLine": { object