File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
approvaltests-util/docs/reference Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments