We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca8abc commit 4cc4763Copy full SHA for 4cc4763
source/fundamentals/logging.txt
@@ -4,6 +4,13 @@
4
Logging
5
=======
6
7
+.. facet::
8
+ :name: genre
9
+ :values: reference
10
+
11
+.. meta::
12
+ :keywords: loggerfactory, logger, audit
13
14
.. contents:: On this page
15
:local:
16
:backlinks: none
@@ -18,6 +25,12 @@ Starting in version 2.18, the {+driver-short+} uses the standard
18
25
In this guide, you can learn how to use the driver to configure logging for your
19
26
application.
20
27
28
+.. important::
29
30
+ To use this feature, you must add the `Microsoft.Extensions.Logging package
31
+ <https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging>`__
32
+ to your project.
33
21
34
Configure Logging
22
35
-----------------
23
36
0 commit comments