appccelerate / statemachine

A .net library that lets you build state machines (hierarchical, async with fluent definition syntax and reporting capabilities).
Apache License 2.0
481 stars 128 forks source link

Logging documentation #72

Closed ChezzPlaya closed 3 years ago

ChezzPlaya commented 3 years ago

Please provide a simple log4net logging example.

ursenzler commented 3 years ago

You can use an extension for that. See https://github.com/appccelerate/statemachine/blob/nullable_reference_types/documentation/extensions.md

ChezzPlaya commented 3 years ago

By example, I've meant a peace of code :). However, I've found out myself, on how to implement a logging extension, which is actually very easy.

Issue closed.