Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsouza committed May 31, 2015
1 parent c1fa698 commit d3c0a48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Logger API.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ log_userenv(
</tr>
<tr>
<td>p_level</td>
<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>
<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>
</tr>
</table>

Expand Down Expand Up @@ -403,7 +403,7 @@ logger.log_cgi_env(
</tr>
<tr>
<td>p_level</td>
<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>
<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>
</tr>
</table>

Expand Down Expand Up @@ -460,7 +460,7 @@ logger.log_character_codes(
</tr>
<tr>
<td>p_level</td>
<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>
<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>
</tr>
</table>

Expand Down Expand Up @@ -515,7 +515,7 @@ logger.log_apex_items(
</tr>
<tr>
<td>p_level</td>
<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>
<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>
</tr>
</table>

Expand Down

0 comments on commit d3c0a48

Please sign in to comment.