cairoshell / ManagedShell

A library for creating Windows shell replacements using .NET.
https://www.nuget.org/packages/ManagedShell/
Apache License 2.0
295 stars 25 forks source link

Allow re-emitting logs from before the first observer was attached #107

Closed dremin closed 3 months ago

dremin commented 3 months ago

If ShellLogger received log events before an observer was attached, now we retain them and the shell can tell us to re-emit them when it attaches its observer(s).