Releases: zorgoz/Nlog4LinqPad
Releases · zorgoz/Nlog4LinqPad
Html writer performance improved, async support added
0.3.0
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...