serilog-sinks-richtextbox icon indicating copy to clipboard operation
serilog-sinks-richtextbox copied to clipboard

Avalonia support

Open waylaa opened this issue 3 years ago • 5 comments

Will there be any support for Avalonia in the near future?

waylaa avatar Nov 28 '21 21:11 waylaa

I'd certainly welcome a pull-request that adds support for Avalonia, if you or anyone in the community wants to give it a shot.

Avalonia is not something I use in my day-to-day, so I personally don't have plans to work on this in the short-term, but would be happy to collaborate with someone that wants to take this forward.

augustoproiete avatar Nov 29 '21 02:11 augustoproiete

@Whatareyoulaughingat - Is your company willing to sponsor an avalonia logger? Price would be in the $1-3k range. If so, I'm interested.

TonyValenti avatar Dec 31 '21 17:12 TonyValenti

Just wondering if this supports Avalonia yet?

zflemingg1 avatar Mar 07 '23 17:03 zflemingg1

@zflemingg1 No support for Avalonia yet. PR's welcome

augustoproiete avatar Mar 07 '23 17:03 augustoproiete

Serilog.Sinks.Observable seems to work quite well in my protoype Avalonia v11 app. IObservable.Subscribe in the WriteTo.Observers sink sends events to a DynamicData.SourceCache. SourceCache.Connect can sync the sequence of events to a ReadOnlyObservableCollection. A DataGrid can bind to the ReadOnlyObservableCollection.

moon6969 avatar Feb 11 '24 15:02 moon6969