Skip to content

code-patterns 3.10

Compare
Choose a tag to compare
@jbatte47 jbatte47 released this 12 Dec 22:29
· 9 commits to master since this release
  • Provided greater flexibility in LoggingInterceptor by making the argument and return value formatter injectable (issue 139)
    • introduced new interface: ILogValueFormatter
    • new base type for value formatters: LogValueFormatterBase
    • new formatter type: JsonLogValueFormatter
    • updated tests and modules to include the new types