-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to locate a referenced file #3103
Comments
@dvoituron should know this |
I assume you're referring to the Console in the V5 website (accessible by clicking on the top-right button)? https://fluentui-blazor-v5.azurewebsites.net/Button This component is available in the When the |
Hi Denis
Thanks for the reply. I have snagged the files from GitHub and put them in my project. I am running 4.11.0 right now. Can I just declare the component in a razor page and it will magically start capturing calls to Console.WriteLine like:
<ConsoleLogProvider />
Thanks
Mark
Mark Nash
IT Director
(817) 465-9277 | Arlington, Tx
Winner of 104 IABC Gold Quills and the 2023 Large Agency of the Year
[cid:linkedin_4c6f3bdf-dd4e-4f46-94f0-1885fa83094c.png]<https://www.linkedin.com/company/partnercomm> [cid:instagram_bebedbe2-cb80-462a-af3c-7ae9caf0718c.png] <https://www.instagram.com/partnercomm> [cid:facebook_a2d99c62-cb5a-42d3-b0e4-d08e71427149.png] <https://www.facebook.com/PartnerCommInc/> [cid:twitter_53725725-ce5d-4ef3-bd47-bfd64fe511d7.png] <https://twitter.com/partnercomm> [cid:vimeo_f71007e4-e318-469a-b82c-5751fc4fbe28.png] <https://vimeo.com/sweet250> [cid:web_a51bd891-a842-461a-b706-81937a9daae4.png] www.partnercomm.net<https://www.partnercomm.net>
[cid:logo-pcomm-30_74bce84a-c4e7-4724-87ee-9c2ca3e3421e.png]
From: Denis Voituron ***@***.***>
Sent: Friday, December 27, 2024 4:25 AM
To: microsoft/fluentui-blazor ***@***.***>
Cc: Mark Nash ***@***.***>; Author ***@***.***>
Subject: Re: [microsoft/fluentui-blazor] Trying to locate a referenced file (Issue #3103)
[EXTERNAL SENDER]
I assume you're referring to the Console in the V5 website (accessible by clicking on the top-right button)?
https://fluentui-blazor-v5.azurewebsites.net/Button
8BFEB2EC-419C-4FAE-B7BC-F2A8D121A79A.png (view on web)<https://github.com/user-attachments/assets/c7c07667-c89e-4298-9dd2-0a973d16a6c2>
This component is available in the dev-v5 branch and is the ConsoleLogProvider<https://github.com/microsoft/fluentui-blazor/blob/dev-v5/examples/Tools/FluentUI.Demo.DocViewer/Components/ConsoleLogProvider.razor> component.
If you want to use it, you need to copy these files.
When the ConsoleLogService.cs service is injected in your app, the default Console.WriteLine is redirected to this service to display the items in the Web console.
42847C7D-CE80-4BDC-99AD-DDBB598DF9FE.png (view on web)<https://github.com/user-attachments/assets/5172bce5-686d-482a-85cc-4148a3991ee6>
-
Reply to this email directly, view it on GitHub<#3103 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKOLVX5TQXG7JCLBR45QROD2HUTHZAVCNFSM6AAAAABUHYHGYOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRTGU2TENZYGM>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Hi
I am looking at integrating the Console Logging component in a console type app I am writing. I see there is a reference to the following file in the code behind of ConsoleLogProvider.razor.cs
private const string JAVASCRIPT_FILE = "./_content/FluentUI.Demo.DocViewer/Components/ConsoleLogProvider.razor.js";
I have searched around in github but cannot find this file. Could you please point me in the right direction?
Many thanks
Mark
The text was updated successfully, but these errors were encountered: