Skip to content

Commit 729ea53

Browse files
committed
update readme
1 parent 109492c commit 729ea53

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,20 @@ added as needed when a LoggingEvent is sent to your DynamoDb table.
4242
The following parameters are available in the appender configuration:
4343
```
4444
<tableName value="log-app" />
45-
The name of the table that messages will be written to.
45+
```
46+
This is the name of the table that messages will be written to.
4647

48+
```
4749
<tablePrefix value="unittest-" />
50+
```
4851
A table prefix that will be automatically appended to the tableName property. This can be an empty string or can be
4952
ommitted altogther. Useful for varying configuration transformations used during unit testing, etc.
5053

54+
```
5155
<serializeExceptions value="false" />
56+
```
5257
If set to true, a binary serialized version of any actual exception messages will be written to the database along
53-
with other log data.
54-
```
58+
with other log data.
5559

5660
## Usage
5761
Using the appender is easy, just log using log4net as you normally would. Note that this is a buffered appender, so log messages may not

0 commit comments

Comments
 (0)