Skip to content

Commit

Permalink
#56 Minor API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsouza committed Mar 7, 2015
1 parent 07990b1 commit cce29f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Logger API.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

<a name="constants-logger-levels"></a>
##Logger Levels
For historical purposes, logger levels supports both integers and names which are intergchangble when calling a function that requires a logger level.
###Numeric
This is the preferred method
<table border="0">
<tr>
<th>Name</th>
Expand Down Expand Up @@ -70,6 +73,11 @@
<td>g_apex</td>
<td>Logger level apex (128).</td>
</tr>
</table>

###Name
This will still work, however it is recommended that you use the numeric values.
<table border="0">
<tr>
<td>g_off_name</td>
<td>Logger level name: OFF</td>
Expand Down

0 comments on commit cce29f1

Please sign in to comment.