Skip to content

Commit 6c8eb6e

Browse files
committed
3rd party addon documentation
1 parent 3fc7b98 commit 6c8eb6e

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ In order to keep this page relatively small and for ease of use, the documentati
3333
- [Plugins](docs/Plugins.md)
3434
- [Best Practices](docs/Best Practices.md)
3535
- [Development Guide](docs/Development Guide.md)
36+
- [3rd Party Addons](docs/Addons.md)
3637

3738
#Download
3839
It is recommended that you download a certified release (from the [releases](https://github.com/oraopensource/logger/releases) folder). The files in the current repository are for the next release and should be considered unstable.

docs/Addons.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#3rd Party Addons
2+
3+
Though we try to pack Logger full of features we can't do everything. The community has really grown around the product and have started to develop their own projects related around Logger.
4+
5+
This page will serve as a simple listing for such projects. To add your project to the list just update this page and make a pull request.
6+
7+
8+
<table>
9+
<tr>
10+
<th>Name</th>
11+
<th>URL</th>
12+
<th>Description</th>
13+
</tr>
14+
<tr>
15+
<td>Template Generator</td>
16+
<td><a href="https://github.com/alexnuijten/loggerutil" target="_blank">https://github.com/alexnuijten/loggerutil</a></td>
17+
<td>Generates logger code for prebuilt procedures. <a href="http://nuijten.blogspot.nl/2015/04/speed-up-development-with-logger.html" target="_blank">Blog article</a>.</td>
18+
</tr>
19+
</table>

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ The documents have been broken up into the following pages for easier navigation
1111
- [Change Logs](Change Logs.md)
1212
- Set of best practices and suggested code templates to use when leveraging Logger.
1313
- [Development Guide](Development Guide.md)
14-
- For people who want to help develop Logger.
14+
- For people who want to help develop Logger.
15+
- [3rd Party Addons](Addons.md)
16+
- Listing of 3rd party products for Logger.

0 commit comments

Comments
 (0)