Skip to content

Commit 4cc4763

Browse files
authored
[C#] Logging Example shown has a package dependency (#178)
* add package req
1 parent 6ca8abc commit 4cc4763

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/fundamentals/logging.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Logging
55
=======
66

7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: loggerfactory, logger, audit
13+
714
.. contents:: On this page
815
:local:
916
:backlinks: none
@@ -18,6 +25,12 @@ Starting in version 2.18, the {+driver-short+} uses the standard
1825
In this guide, you can learn how to use the driver to configure logging for your
1926
application.
2027

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+
2134
Configure Logging
2235
-----------------
2336

0 commit comments

Comments
 (0)