PostSharp / / API Reference / Post­Sharp.​Patterns.​Diagnostics.​Backends / Text­Logging­Backend­Options / Should­Log­Exception­Predicate
Open sandbox

Property ShouldLogExceptionPredicate

ShouldLogExceptionPredicate

Declaration
public Func<Exception, bool> ShouldLogExceptionPredicate { get; set; }
Property Value
Type Description
Func<Exception, Boolean>