File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,20 @@ added as needed when a LoggingEvent is sent to your DynamoDb table.
4242The 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+ ```
4851A table prefix that will be automatically appended to the tableName property. This can be an empty string or can be
4952ommitted altogther. Useful for varying configuration transformations used during unit testing, etc.
5053
54+ ```
5155<serializeExceptions value="false" />
56+ ```
5257If 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
5761Using the appender is easy, just log using log4net as you normally would. Note that this is a buffered appender, so log messages may not
You can’t perform that action at this time.
0 commit comments