Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored the library #21

Merged
merged 12 commits into from Jan 29, 2019

Added integration tests

  • Loading branch information
Jiří Tomek
Jiří Tomek committed Jan 22, 2019
commit f887feb80dbfbb913ee9030727bafa261e6d7760
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
<log4net>
<root>
<level value="ALL" />
<appender-ref ref="LogglyAppender" />
</root>
<appender name="LogglyAppender" type="log4net.loggly.LogglyAppender, log4net-loggly">
<rootUrl value="https://fake.logs-01.loggly.com/" />
<inputKey value="your-customer-token" />
<tag value="your-custom-tag" />
<logicalThreadContextKeys value="lkey1,lkey2,CommonProperty" />
<!-- optional -->
<globalContextKeys value="gkey1,gkey2,CommonProperty" />
<!-- optional -->
</appender>
</log4net>
</configuration>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.