Skip to content

Commit

Permalink
Fix fileName property name
Browse files Browse the repository at this point in the history
  • Loading branch information
homburg committed Nov 20, 2015
1 parent c1c2baa commit 19bdabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/CustomFormatters.md
Expand Up @@ -37,7 +37,7 @@ It's pretty straight-forward. The single method takes, as a parameter, an instan
- `message` - original log message
- `file` - full path to the file the log message came from
- `filename` - name of the file the log message came from (without extension)
- `fileName` - name of the file the log message came from (without extension)
- `function` - method the log message came from
- `line` - line number in file where the log message came from
- `timestamp` - when the log message was executed
Expand Down

0 comments on commit 19bdabf

Please sign in to comment.