Skip to content

0.3.0

Compare
Choose a tag to compare
@zorgoz zorgoz released this 06 Jun 11:00
· 4 commits to master since this release

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...