Is there a tool which can be used to analyze log4net logs.
Particulary I would like to extract two method calls by thread id and analyze the duration between the two, to create some statistics of call duration.
Plus this over multiple (100x10Mb) files.
I suppose grep would also do it.