By default only 5 first frames of the calling stack are logged by log4net when using Ilog Error(string message, Exception ex) method.
Is there a way to change it (extend it)?
PS. This is not a duplicate of "Does log4net support including the call stack in a log message". It is not about supporting including call stack in every logged message but it reffers to the amount of stack trace frames being logged when calling Error(string message, Exception ex) method.