Skip to content

Azureにログを出力する方法を知りたい #1848

Closed Answered by tsuna-can-se
kharada7 asked this question in 05: Q&A
Discussion options

You must be logged in to vote

AlesInfiny MarisではILoggerを利用してログ出力を行います。
Application Isightsへのログ出力は、Microsoft.Extensions.Logging.ApplicationInsightsのパッケージを利用します。
エントリーポイントのプロジェクトの参照に追加して、Program.csとappsettings.jsonに設定を実装/記述することとなります。
Webアプリケーションとコンソールアプリケーションで設定方法は一部異なります。
設定方法、実装方法の詳細は以下に解説がありますのでご確認ください。
https://learn.microsoft.com/ja-jp/azure/azure-monitor/app/ilogger

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kharada7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1840 on October 07, 2024 04:42.