Project Files
Project Description
This example demonstrates several ways to override the default behavior of PostSharp Logging:
- A value formatter named
FancyIntFormatter, which demonstrates the implementation of theFormatterclass. - A formattable class named
ExampleFormattable, which demonstrates the implementation of theIFormattableinterface. - A custom backend derived named
CustomLoggingBackendwhich derives fromConsoleLoggingBackendbut adds the thread id to the record line and a prefix to the parameter.