BlazorExtensions / Logging

Microsoft Extension Logging implementation for Blazor
MIT License
215 stars 32 forks source link

JavaScript file download location #54

Closed abbgrade closed 3 years ago

abbgrade commented 4 years ago

Where do i find the blazor.extensions.logging.js that is mentioned in the readme file?

MarkStega commented 4 years ago

It is part of the NuGet package, reference it as

    <script src="_content/Blazor.Extensions.Logging/blazor.extensions.logging.js"></script>

in your index page.