Skip to content

Releases: zorgoz/Nlog4LinqPad

Html writer performance improved, async support added

04 Aug 14:45
Compare
Choose a tag to compare
v0.6.0

Fixed issue #1, added support for async usage

0.3.0

06 Jun 11:00
Compare
Choose a tag to compare

Supports:

  • Console target with writing to default result panel

    • Full layout text as parameter, with default
    • Minimum log level, with default trace
  • Html formatted target

    • Panel name parameter to write to. By default it wil create a new one, but setting it to null will force using the default result panel
    • Minimum log level, with default trace
    • Layout will be split by renderer, thus characters outside renderer templates are ignored
    • The output style is higly configurable, with default styles for both dark and normal theme (dump TargetStyling.Default to see)
    • Rows, items, log levels and individual renderers can have own style
    • Html node type for rows and items can be specified

More to come...