Searched defs:LogEntry (Results 1 – 1 of 1) sorted by relevance
36 type LogEntry struct { struct37 Basename string38 Args []string39 Parents []LogProcess135 func SendLog(logSocket string, entry *LogEntry, done chan interface{}) {139 func sendLog(logSocket string, lookup socketAddrFunc, timeout time.Duration, entry *LogEntry, done …