Skip to content

Commit d3c0a48

Browse files
committed
Minor
1 parent c1fa698 commit d3c0a48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Logger API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ log_userenv(
335335
</tr>
336336
<tr>
337337
<td>p_level</td>
338-
<td>Highest level to run at (default logger.g_debug). Example. If you set to logger.g_error it will work when both in DEBUG and ERROR modes. However if set to logger.g_debug(default) will not store values when level is set to ERROR.</td>
338+
<td>Highest level to run at (default logger.g_debug). Example. If you set to logger.g_error it will work when both in DEBUG and ERROR modes. However if set to logger.g_debug (default) will not store values when level is set to ERROR.</td>
339339
</tr>
340340
</table>
341341

@@ -403,7 +403,7 @@ logger.log_cgi_env(
403403
</tr>
404404
<tr>
405405
<td>p_level</td>
406-
<td>Highest level to run at (default logger.g_debug). Example. If you set to logger.g_error it will work when both in DEBUG and ERROR modes. However if set to logger.g_debug(default) will not store values when level is set to ERROR.</td>
406+
<td>Highest level to run at (default logger.g_debug). Example. If you set to logger.g_error it will work when both in DEBUG and ERROR modes. However if set to logger.g_debug (default) will not store values when level is set to ERROR.</td>
407407
</tr>
408408
</table>
409409

@@ -460,7 +460,7 @@ logger.log_character_codes(
460460
</tr>
461461
<tr>
462462
<td>p_level</td>
463-
<td>Highest level to run at (default logger.g_debug). Example. If you set to logger.g_error it will work when both in DEBUG and ERROR modes. However if set to logger.g_debug(default) will not store values when level is set to ERROR.</td>
463+
<td>Highest level to run at (default logger.g_debug). Example. If you set to logger.g_error it will work when both in DEBUG and ERROR modes. However if set to logger.g_debug (default) will not store values when level is set to ERROR.</td>
464464
</tr>
465465
</table>
466466

@@ -515,7 +515,7 @@ logger.log_apex_items(
515515
</tr>
516516
<tr>
517517
<td>p_level</td>
518-
<td>Highest level to run at (default logger.g_debug). Example. If you set to logger.g_error it will work when both in DEBUG and ERROR modes. However if set to logger.g_debug(default) will not store values when level is set to ERROR.</td>
518+
<td>Highest level to run at (default logger.g_debug). Example. If you set to logger.g_error it will work when both in DEBUG and ERROR modes. However if set to logger.g_debug (default) will not store values when level is set to ERROR.</td>
519519
</tr>
520520
</table>
521521

0 commit comments

Comments
 (0)