Skip to content

Commit c949429

Browse files
committed
Fixed bulleted list formatting in Logging docs.
1 parent 848423b commit c949429

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

2.18/reference/driver/logging/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2929,10 +2929,13 @@ <h2 id="logging">Logging</h2>
29292929
</tbody>
29302930
</table>
29312931

2932-
<p>The following code example creates a MongoClient that logs debug messages to the console. To do so, the code performs the following steps:
2933-
- Creates a LoggerFactory, which specifies the logging destination and level
2934-
- Creates a LoggingSettings object, passing the LoggerFactory object as a parameter to the constructor
2935-
- Creates a MongoClient object, passing the LoggingSettings object as a parameter to the constructor</p>
2932+
<p>The following code example creates a MongoClient that logs debug messages to the console. To do so, the code performs the following steps:</p>
2933+
2934+
<ul>
2935+
<li>Creates a LoggerFactory, which specifies the logging destination and level</li>
2936+
<li>Creates a LoggingSettings object, passing the LoggerFactory object as a parameter to the constructor</li>
2937+
<li>Creates a MongoClient object, passing the LoggingSettings object as a parameter to the constructor</li>
2938+
</ul>
29362939

29372940
<pre><code class="language-csharp"> using var loggerFactory = LoggerFactory.Create(b =&gt;
29382941
{

0 commit comments

Comments
 (0)