Re: Ilogger support

2019-06-03 Thread Andre Cassar
Would you mind showing this with a brief example please? I tried several
things such as ILoggerProvider and Logger Factory but couldn't get it to
work.

Thanks

Regards
Andre

On Mon, 3 Jun 2019, 14:11 Justin Dearing,  wrote:

> 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 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.
>>
>> Regards,
>> Andre
>>
>


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 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.
>
> Regards,
> Andre
>


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.

Regards,
Andre