Skip to content

Commit 5a34d85

Browse files
isidoreScottBob
andcommitted
d snippet
Co-Authored-By: Scott Wierschem <[email protected]>
1 parent 6f6b7ec commit 5a34d85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

approvaltests-util/docs/reference/SimpleLogger.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ convenience functions to properly format and call based on that format.
3636
* **Finer control over turning off noise**
3737
Log4J will allow you to set a level of output. In practice, this usually means everything, or just warnings.
3838
SimpleLogger, instead, allows you to toggle individual event types.
39-
For example, the following would allow you to turn on only the queries and where they came from:
40-
snippet: simple_logger_toggles
39+
For example, the following would allow you to turn on only the queries and where they came from:
40+
41+
snippet: simple_logger_toggles
42+
4143
* **Can be used concurrently with SimpleLogger**
4244
There is nothing that prevents using both simultaneously
4345
### Logging method calls

0 commit comments

Comments
 (0)