Package conary :: Package lib :: Module logparse
[hide private]
[frames] | no frames]

Module logparse

source code

Functions [hide private]
 
getConaryLogLineList(conaryLogFile='/var/log/conary') source code
 
getConaryLogEventList(lines=None)
Returns a list of tuples associating the first timestamp in an event with a list of lines without timestamps: [(timestamp, ['list', 'of', 'lines]), ...]
source code