Re: Ilogger support

2019-06-03 Thread Andre Cassar
project to > your console app. > > You will have to configure logging of course. > > On Mon, Jun 3, 2019, 6:57 AM Andre Cassar wrote: > >> Hi, >> >> Is there any official ILogger support to hook in with the .net core >> logging framework. I know there

Re: Ilogger support

2019-06-03 Thread Justin Dearing
Whatever name space the logger factory is in, add that nuget project to your console app. You will have to configure logging of course. On Mon, Jun 3, 2019, 6:57 AM Andre Cassar wrote: > Hi, > > Is there any official ILogger support to hook in with the .net core > logging frame

Ilogger support

2019-06-03 Thread Andre Cassar
Hi, Is there any official ILogger support to hook in with the .net core logging framework. I know there is inbuilt functionality for asp.net core but I can't get the equivalent for a .net core console or other type of application. I would appreciate any help on this. Many thanks. Re