├── .gitignore ├── .vscode ├── launch.json └── tasks.json ├── Common.Logging.2010-net20.sln ├── Common.Logging.2010-net20.sln.GhostDoc.xml ├── Common.Logging.2010.sln ├── Common.Logging.2010.sln.GhostDoc.xml ├── Common.Logging.2013.sln ├── Common.Logging.2013.sln.GhostDoc.xml ├── Common.Logging.2015.sln ├── Common.Logging.2015.sln.GhostDoc.xml ├── Common.Logging.build ├── Common.Logging.ndoc ├── appveyor.yml ├── changelog.txt ├── doc ├── api │ ├── Common.Logging.EntLib.dxc │ ├── Common.Logging.EntLib41.dxc │ ├── Common.Logging.Log4Net.dxc │ ├── Common.Logging.Log4Net129.dxc │ ├── Common.Logging.NLog.dxc │ ├── Common.Logging.dxc │ ├── introduction.html │ └── netcommon-api.dxp └── reference │ ├── docbook.build │ ├── lib │ ├── docbook-xsl-snapshot │ │ ├── VERSION │ │ ├── common │ │ │ ├── af.xml │ │ │ ├── am.xml │ │ │ ├── ar.xml │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── az.xml │ │ │ ├── bg.xml │ │ │ ├── bn.xml │ │ │ ├── bs.xml │ │ │ ├── ca.xml │ │ │ ├── charmap.xml │ │ │ ├── charmap.xsl │ │ │ ├── common.xml │ │ │ ├── common.xsl │ │ │ ├── cs.xml │ │ │ ├── cy.xml │ │ │ ├── da.xml │ │ │ ├── de.xml │ │ │ ├── el.xml │ │ │ ├── en.xml │ │ │ ├── entities.ent │ │ │ ├── eo.xml │ │ │ ├── es.xml │ │ │ ├── et.xml │ │ │ ├── eu.xml │ │ │ ├── fa.xml │ │ │ ├── fi.xml │ │ │ ├── fr.xml │ │ │ ├── ga.xml │ │ │ ├── gentext.xsl │ │ │ ├── gl.xml │ │ │ ├── gu.xml │ │ │ ├── he.xml │ │ │ ├── hi.xml │ │ │ ├── hr.xml │ │ │ ├── hu.xml │ │ │ ├── id.xml │ │ │ ├── insertfile.xsl │ │ │ ├── it.xml │ │ │ ├── ja.xml │ │ │ ├── kn.xml │ │ │ ├── ko.xml │ │ │ ├── l10n.dtd │ │ │ ├── l10n.xml │ │ │ ├── l10n.xsl │ │ │ ├── la.xml │ │ │ ├── labels.xsl │ │ │ ├── lt.xml │ │ │ ├── lv.xml │ │ │ ├── mn.xml │ │ │ ├── nb.xml │ │ │ ├── nl.xml │ │ │ ├── nn.xml │ │ │ ├── olink.xsl │ │ │ ├── or.xml │ │ │ ├── pa.xml │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── pl.xml │ │ │ ├── pt.xml │ │ │ ├── pt_br.xml │ │ │ ├── refentry.xml │ │ │ ├── refentry.xsl │ │ │ ├── ro.xml │ │ │ ├── ru.xml │ │ │ ├── sk.xml │ │ │ ├── sl.xml │ │ │ ├── sq.xml │ │ │ ├── sr.xml │ │ │ ├── sr_Latn.xml │ │ │ ├── stripns.xsl │ │ │ ├── subtitles.xsl │ │ │ ├── sv.xml │ │ │ ├── ta.xml │ │ │ ├── table.xsl │ │ │ ├── targetdatabase.dtd │ │ │ ├── targets.xsl │ │ │ ├── th.xml │ │ │ ├── titles.xsl │ │ │ ├── tl.xml │ │ │ ├── tr.xml │ │ │ ├── uk.xml │ │ │ ├── utility.xml │ │ │ ├── utility.xsl │ │ │ ├── vi.xml │ │ │ ├── xh.xml │ │ │ ├── zh_cn.xml │ │ │ └── zh_tw.xml │ │ ├── fo │ │ │ ├── admon.xsl │ │ │ ├── annotations.xsl │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── autoidx-ng.xsl │ │ │ ├── autoidx.xsl │ │ │ ├── autotoc.xsl │ │ │ ├── axf.xsl │ │ │ ├── biblio-iso690.xsl │ │ │ ├── biblio.xsl │ │ │ ├── block.xsl │ │ │ ├── callout.xsl │ │ │ ├── component.xsl │ │ │ ├── division.xsl │ │ │ ├── docbook.xsl │ │ │ ├── ebnf.xsl │ │ │ ├── fo-rtf.xsl │ │ │ ├── fo.xsl │ │ │ ├── footnote.xsl │ │ │ ├── fop.xsl │ │ │ ├── fop1.xsl │ │ │ ├── formal.xsl │ │ │ ├── glossary.xsl │ │ │ ├── graphics.xsl │ │ │ ├── highlight.xsl │ │ │ ├── htmltbl.xsl │ │ │ ├── index.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── keywords.xsl │ │ │ ├── lists.xsl │ │ │ ├── math.xsl │ │ │ ├── pagesetup.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── passivetex.xsl │ │ │ ├── pdf2index │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── ptc.xsl │ │ │ ├── qandaset.xsl │ │ │ ├── refentry.xsl │ │ │ ├── sections.xsl │ │ │ ├── spaces.xsl │ │ │ ├── springnet.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xml │ │ │ ├── table.xsl │ │ │ ├── task.xsl │ │ │ ├── titlepage.templates.xml │ │ │ ├── titlepage.templates.xsl │ │ │ ├── titlepage.xsl │ │ │ ├── toc.xsl │ │ │ ├── verbatim.xsl │ │ │ ├── xep.xsl │ │ │ └── xref.xsl │ │ ├── highlighting │ │ │ ├── c-hl.xml │ │ │ ├── common.xsl │ │ │ ├── cpp-hl.xml │ │ │ ├── csharp-hl.xml │ │ │ ├── delphi-hl.xml │ │ │ ├── ini-hl.xml │ │ │ ├── java-hl.xml │ │ │ ├── javascript-hl.xml │ │ │ ├── m2-hl.xml │ │ │ ├── myxml-hl.xml │ │ │ ├── perl-hl.xml │ │ │ ├── php-hl.xml │ │ │ ├── python-hl.xml │ │ │ ├── ruby-hl.xml │ │ │ ├── tcl-hl.xml │ │ │ └── xslthl-config.xml │ │ ├── html │ │ │ ├── admon.xsl │ │ │ ├── annotations.xsl │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── autoidx-ng.xsl │ │ │ ├── autoidx.xsl │ │ │ ├── autotoc.xsl │ │ │ ├── biblio-iso690.xsl │ │ │ ├── biblio.xsl │ │ │ ├── block.xsl │ │ │ ├── callout.xsl │ │ │ ├── changebars.xsl │ │ │ ├── chunk-code.xsl │ │ │ ├── chunk-common.xsl │ │ │ ├── chunk.xsl │ │ │ ├── chunker.xsl │ │ │ ├── chunkfast.xsl │ │ │ ├── chunktoc.xsl │ │ │ ├── component.xsl │ │ │ ├── division.xsl │ │ │ ├── docbook.xsl │ │ │ ├── ebnf.xsl │ │ │ ├── footnote.xsl │ │ │ ├── formal.xsl │ │ │ ├── glossary.xsl │ │ │ ├── graphics.xsl │ │ │ ├── highlight.xsl │ │ │ ├── html-rtf.xsl │ │ │ ├── html.xsl │ │ │ ├── htmltbl.xsl │ │ │ ├── index.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── keywords.xsl │ │ │ ├── lists.xsl │ │ │ ├── maketoc.xsl │ │ │ ├── manifest.xsl │ │ │ ├── math.xsl │ │ │ ├── oldchunker.xsl │ │ │ ├── onechunk.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── profile-chunk-code.xsl │ │ │ ├── profile-chunk.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── profile-onechunk.xsl │ │ │ ├── qandaset.xsl │ │ │ ├── refentry.xsl │ │ │ ├── sections.xsl │ │ │ ├── springnet.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xsl │ │ │ ├── task.xsl │ │ │ ├── titlepage.templates.xml │ │ │ ├── titlepage.templates.xsl │ │ │ ├── titlepage.xsl │ │ │ ├── toc.xsl │ │ │ ├── verbatim.xsl │ │ │ └── xref.xsl │ │ ├── htmlhelp │ │ │ ├── htmlhelp-common.xsl │ │ │ ├── htmlhelp.xsl │ │ │ ├── profile-htmlhelp-common.xsl │ │ │ ├── profile-htmlhelp.xsl │ │ │ └── springnet.xsl │ │ ├── images │ │ │ ├── Thumbs.db │ │ │ ├── admons │ │ │ │ ├── Thumbs.db │ │ │ │ ├── annot-close.png │ │ │ │ ├── annot-open.png │ │ │ │ ├── blank.png │ │ │ │ ├── caution.gif │ │ │ │ ├── caution.png │ │ │ │ ├── caution.svg │ │ │ │ ├── caution.tif │ │ │ │ ├── draft.png │ │ │ │ ├── home.gif │ │ │ │ ├── home.png │ │ │ │ ├── home.svg │ │ │ │ ├── important.gif │ │ │ │ ├── important.png │ │ │ │ ├── important.svg │ │ │ │ ├── important.tif │ │ │ │ ├── next.gif │ │ │ │ ├── next.png │ │ │ │ ├── next.svg │ │ │ │ ├── note.gif │ │ │ │ ├── note.png │ │ │ │ ├── note.svg │ │ │ │ ├── note.tif │ │ │ │ ├── prev.gif │ │ │ │ ├── prev.png │ │ │ │ ├── prev.svg │ │ │ │ ├── tip.gif │ │ │ │ ├── tip.png │ │ │ │ ├── tip.svg │ │ │ │ ├── tip.tif │ │ │ │ ├── toc-blank.png │ │ │ │ ├── toc-minus.png │ │ │ │ ├── toc-plus.png │ │ │ │ ├── up.gif │ │ │ │ ├── up.png │ │ │ │ ├── up.svg │ │ │ │ ├── warning.gif │ │ │ │ ├── warning.png │ │ │ │ ├── warning.svg │ │ │ │ └── warning.tif │ │ │ └── callouts │ │ │ │ ├── 1.gif │ │ │ │ ├── 1.png │ │ │ │ ├── 1.svg │ │ │ │ ├── 10.gif │ │ │ │ ├── 10.png │ │ │ │ ├── 10.svg │ │ │ │ ├── 11.gif │ │ │ │ ├── 11.png │ │ │ │ ├── 11.svg │ │ │ │ ├── 12.gif │ │ │ │ ├── 12.png │ │ │ │ ├── 12.svg │ │ │ │ ├── 13.gif │ │ │ │ ├── 13.png │ │ │ │ ├── 13.svg │ │ │ │ ├── 14.gif │ │ │ │ ├── 14.png │ │ │ │ ├── 14.svg │ │ │ │ ├── 15.gif │ │ │ │ ├── 15.png │ │ │ │ ├── 15.svg │ │ │ │ ├── 16.svg │ │ │ │ ├── 17.svg │ │ │ │ ├── 18.svg │ │ │ │ ├── 19.svg │ │ │ │ ├── 2.gif │ │ │ │ ├── 2.png │ │ │ │ ├── 2.svg │ │ │ │ ├── 20.svg │ │ │ │ ├── 21.svg │ │ │ │ ├── 22.svg │ │ │ │ ├── 23.svg │ │ │ │ ├── 24.svg │ │ │ │ ├── 25.svg │ │ │ │ ├── 26.svg │ │ │ │ ├── 27.svg │ │ │ │ ├── 28.svg │ │ │ │ ├── 29.svg │ │ │ │ ├── 3.gif │ │ │ │ ├── 3.png │ │ │ │ ├── 3.svg │ │ │ │ ├── 30.svg │ │ │ │ ├── 4.gif │ │ │ │ ├── 4.png │ │ │ │ ├── 4.svg │ │ │ │ ├── 5.gif │ │ │ │ ├── 5.png │ │ │ │ ├── 5.svg │ │ │ │ ├── 6.gif │ │ │ │ ├── 6.png │ │ │ │ ├── 6.svg │ │ │ │ ├── 7.gif │ │ │ │ ├── 7.png │ │ │ │ ├── 7.svg │ │ │ │ ├── 8.gif │ │ │ │ ├── 8.png │ │ │ │ ├── 8.svg │ │ │ │ ├── 9.gif │ │ │ │ ├── 9.png │ │ │ │ ├── 9.svg │ │ │ │ └── Thumbs.db │ │ └── lib │ │ │ └── lib.xsl │ ├── fop-0.95 │ │ ├── build │ │ │ └── fop.jar │ │ ├── fop.bat │ │ └── lib │ │ │ ├── README.txt │ │ │ ├── avalon-framework-4.2.0.jar │ │ │ ├── avalon-framework.LICENSE.txt │ │ │ ├── avalon-framework.NOTICE.TXT │ │ │ ├── batik-all-1.7.jar │ │ │ ├── batik.LICENSE.txt │ │ │ ├── batik.NOTICE.txt │ │ │ ├── commons-io-1.3.1.jar │ │ │ ├── commons-io.LICENSE.txt │ │ │ ├── commons-io.NOTICE.txt │ │ │ ├── commons-logging-1.0.4.jar │ │ │ ├── commons-logging.LICENSE.txt │ │ │ ├── commons-logging.NOTICE.txt │ │ │ ├── serializer-2.7.0.jar │ │ │ ├── serializer.LICENSE.txt │ │ │ ├── serializer.NOTICE.txt │ │ │ ├── xalan-2.7.0.jar │ │ │ ├── xalan.BCEL.LICENSE.txt │ │ │ ├── xalan.LICENSE.txt │ │ │ ├── xalan.NOTICE.txt │ │ │ ├── xalan.regexp.LICENSE.txt │ │ │ ├── xalan.runtime.LICENSE.txt │ │ │ ├── xerces.LICENSE.txt │ │ │ ├── xercesImpl-2.7.1.jar │ │ │ ├── xercesImpl.LICENSE.txt │ │ │ ├── xercesImpl.NOTICE.txt │ │ │ ├── xml-apis-1.3.04.jar │ │ │ ├── xml-apis-ext-1.3.04.jar │ │ │ ├── xml-apis-ext.LICENSE.dom-documentation.txt │ │ │ ├── xml-apis-ext.LICENSE.dom-software.txt │ │ │ ├── xml-apis-ext.LICENSE.sac.html │ │ │ ├── xml-apis-ext.LICENSE.txt │ │ │ ├── xml-apis-ext.NOTICE.txt │ │ │ ├── xml-apis-ext.README.dom.txt │ │ │ ├── xml-apis.LICENSE-SAX.html │ │ │ ├── xml-apis.LICENSE.DOM-documentation.html │ │ │ ├── xml-apis.LICENSE.DOM-software.html │ │ │ ├── xml-apis.LICENSE.txt │ │ │ ├── xml-apis.NOTICE.txt │ │ │ ├── xmlgraphics-commons-1.3.1.jar │ │ │ ├── xmlgraphics-commons.LICENSE.txt │ │ │ └── xmlgraphics-commons.NOTICE.txt │ ├── saxon6-5-5 │ │ └── saxon.jar │ └── xslthl-2.0.0 │ │ └── xslthl-2.0.0.jar │ └── src │ ├── images │ ├── bubble-big.jpg │ ├── link.png │ └── netcommon-logo.gif │ ├── index.xml │ ├── logging.xml │ └── styles │ └── html.css ├── examples ├── BasicLogging │ ├── BasicLogging-net40.csproj │ ├── BasicLogging.csproj │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── README.TXT ├── CustomLogger │ ├── CustomLogger-net40.csproj │ ├── CustomLogger-portable.csproj │ ├── CustomLogger-sl40.csproj │ ├── CustomLogger.csproj │ ├── MyLogger.cs │ ├── MyLoggerFactoryAdapter.cs │ ├── Program.cs │ ├── Properties │ │ ├── AppManifest.xml │ │ └── AssemblyInfo.cs │ ├── README.TXT │ └── Silverlight │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── MainPage.xaml │ │ └── MainPage.xaml.cs ├── DotNetCoreWebApplication │ ├── .dockerignore │ ├── Dockerfile │ ├── DotNetCoreWebApplication.xproj │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── README.TXT │ ├── Startup.cs │ ├── appsettings.json │ ├── docker-compose.dev.debug.yml │ ├── docker-compose.dev.release.yml │ ├── docker-compose.yml │ ├── project.json │ └── web.config ├── Examples-net40.2015.sln ├── Examples-net40.2015.sln.GhostDoc.xml ├── Examples-net40.sln ├── PCLExample │ ├── TheApplication │ │ ├── App.config │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── TheApplication.csproj │ └── ThePortableProject │ │ ├── PortableClassWithILogDependency.cs │ │ ├── PortableClassWithILogManagerDependency.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── ThePortableProject.csproj ├── SimpleWebApplication │ ├── Default.aspx │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── SimpleWebApplication.csproj │ ├── Web.Debug.config │ ├── Web.Release.config │ └── web.config └── XmlConfiguredLogging │ ├── App.config │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── README.TXT │ ├── XmlConfiguredLogging-net40.csproj │ └── XmlConfiguredLogging.csproj ├── global.json ├── lib ├── EntLib50 │ └── net │ │ └── 3.5 │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll │ │ ├── Microsoft.Practices.EnterpriseLibrary.Logging.dll │ │ ├── Microsoft.Practices.ServiceLocation.dll │ │ ├── Microsoft.Practices.Unity.Interception.dll │ │ └── Microsoft.Practices.Unity.dll ├── EntLib60 │ └── net │ │ └── 4.5 │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll │ │ └── Microsoft.Practices.EnterpriseLibrary.Logging.dll ├── Entlib31 │ └── net │ │ └── 2.0 │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll │ │ ├── Microsoft.Practices.EnterpriseLibrary.Logging.dll │ │ └── Microsoft.Practices.ObjectBuilder.dll ├── Entlib41 │ └── net │ │ └── 3.5 │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll │ │ ├── Microsoft.Practices.EnterpriseLibrary.Logging.dll │ │ └── Microsoft.Practices.ObjectBuilder2.dll ├── Log4Net1210 │ └── net │ │ └── 2.0 │ │ └── log4net.dll ├── Log4Net1211 │ └── net │ │ ├── 2.0 │ │ └── log4net.dll │ │ ├── 3.5 │ │ └── log4net.dll │ │ └── 4.0 │ │ └── log4net.dll ├── Log4Net1212 │ └── net │ │ ├── 2.0 │ │ └── log4net.dll │ │ ├── 3.5 │ │ └── log4net.dll │ │ └── 4.0 │ │ └── log4net.dll ├── Log4Net1213 │ ├── Log4Net1213 │ │ └── net │ │ │ ├── 2.0 │ │ │ └── log4net.dll │ │ │ ├── 3.5 │ │ │ └── log4net.dll │ │ │ └── 4.0 │ │ │ └── log4net.dll │ └── net │ │ ├── 2.0 │ │ └── log4net.dll │ │ ├── 3.5 │ │ └── log4net.dll │ │ └── 4.0 │ │ └── log4net.dll ├── Log4Net1215 │ └── net │ │ ├── net20-full │ │ ├── log4net.dll │ │ └── log4net.xml │ │ └── net40-full │ │ ├── log4net.dll │ │ └── log4net.xml ├── Log4Net129 │ └── net │ │ └── 2.0 │ │ └── log4net.dll ├── Log4Net206 │ └── net │ │ ├── net20-full │ │ ├── log4net.dll │ │ └── log4net.xml │ │ └── net40-full │ │ ├── log4net.dll │ │ └── log4net.xml ├── Log4Net207 │ └── net │ │ ├── net20-full │ │ ├── log4net.dll │ │ └── log4net.xml │ │ └── net40-full │ │ ├── log4net.dll │ │ └── log4net.xml ├── Log4Net208 │ └── net │ │ ├── net20-full │ │ ├── log4net.dll │ │ └── log4net.xml │ │ └── net40-full │ │ ├── log4net.dll │ │ └── log4net.xml ├── NLog │ └── net │ │ └── 2.0 │ │ └── NLog.dll ├── NLog2.1 │ └── net │ │ ├── 2.0 │ │ └── NLog.dll │ │ └── 4.0 │ │ └── NLog.dll ├── NLog2 │ └── net │ │ ├── 2.0 │ │ └── NLog.dll │ │ └── 4.0 │ │ └── NLog.dll ├── NLog3 │ └── net │ │ └── 4.0 │ │ └── NLog.dll ├── NLog31 │ └── net │ │ └── 4.0 │ │ └── NLog.dll ├── NLog32 │ └── net │ │ └── 4.0 │ │ ├── NLog.dll │ │ └── NLog.xml ├── NLog40 │ └── net │ │ └── 4.0 │ │ ├── NLog.dll │ │ └── NLog.xml ├── NLog41 │ └── net │ │ └── 4.0 │ │ ├── NLog.dll │ │ └── NLog.xml ├── NLog4411 │ └── net │ │ └── net40 │ │ ├── NLog.dll │ │ └── NLog.xml ├── NLog4412 │ └── net │ │ └── net40 │ │ ├── NLog.dll │ │ └── NLog.xml ├── NLog443 │ └── net │ │ └── 4.0 │ │ ├── NLog.dll │ │ └── NLog.xml ├── NLog444 │ └── net │ │ └── 4.0 │ │ ├── NLog.dll │ │ └── NLog.xml └── net │ └── 2.0 │ ├── Rhino.Mocks.dll │ ├── Rhino.Mocks.xml │ ├── nunit.framework.dll │ └── nunit.framework.xml ├── license.txt ├── nuget-graphics ├── common-logging-icon.pdn ├── common-logging-icon.png ├── package-deprecated-warning-icon.pdn └── package-deprecated-warning-icon.png ├── package-nuget └── push-all-to-nuget.cmd ├── packages ├── Microsoft.ApplicationInsights.0.17.0 │ ├── Microsoft.ApplicationInsights.0.17.0.nupkg │ └── lib │ │ ├── net40 │ │ ├── Microsoft.ApplicationInsights.XML │ │ └── Microsoft.ApplicationInsights.dll │ │ ├── net45 │ │ ├── Microsoft.ApplicationInsights.XML │ │ └── Microsoft.ApplicationInsights.dll │ │ ├── portable-win81+wpa81 │ │ ├── Microsoft.ApplicationInsights.XML │ │ └── Microsoft.ApplicationInsights.dll │ │ └── wp8 │ │ ├── Microsoft.ApplicationInsights.XML │ │ └── Microsoft.ApplicationInsights.dll ├── Microsoft.ApplicationInsights.2.4.0 │ ├── Microsoft.ApplicationInsights.2.4.0.nupkg │ └── lib │ │ ├── net40 │ │ ├── Microsoft.ApplicationInsights.XML │ │ └── Microsoft.ApplicationInsights.dll │ │ ├── net45 │ │ ├── Microsoft.ApplicationInsights.XML │ │ └── Microsoft.ApplicationInsights.dll │ │ ├── net46 │ │ ├── Microsoft.ApplicationInsights.XML │ │ └── Microsoft.ApplicationInsights.dll │ │ ├── netstandard1.3 │ │ ├── Microsoft.ApplicationInsights.XML │ │ └── Microsoft.ApplicationInsights.dll │ │ ├── portable-win81+wpa81 │ │ └── Microsoft.ApplicationInsights.dll │ │ ├── uap10.0 │ │ └── Microsoft.ApplicationInsights.dll │ │ └── wp8 │ │ └── Microsoft.ApplicationInsights.dll ├── Microsoft.Diagnostics.Tracing.EventRegister.1.1.28 │ ├── License-Stable.rtf │ ├── Microsoft.Diagnostics.Tracing.EventRegister.1.1.28.nupkg │ ├── build │ │ ├── Microsoft.Diagnostics.Tracing.EventRegister.targets │ │ ├── Microsoft.Diagnostics.Tracing.EventSource.dll │ │ └── eventRegister.exe │ └── content │ │ ├── net35 │ │ └── _EventRegisterUsersGuide.docx │ │ ├── net40 │ │ └── _EventRegisterUsersGuide.docx │ │ └── portable-net45+win8+wpa81 │ │ └── _EventRegisterUsersGuide.docx ├── Microsoft.Diagnostics.Tracing.EventSource.1.1.28 │ ├── License-Stable.rtf │ ├── Microsoft.Diagnostics.Tracing.EventSource.1.1.28.nupkg │ ├── content │ │ └── _EventSourceUsersGuide.docx │ └── lib │ │ ├── net35 │ │ └── _._ │ │ ├── net40 │ │ └── _._ │ │ └── portable-net45+win8+wpa81 │ │ └── _._ ├── Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.28 │ ├── License-Stable.rtf │ ├── Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.28.nupkg │ └── lib │ │ ├── net35 │ │ ├── Microsoft.Diagnostics.Tracing.EventSource.XML │ │ └── Microsoft.Diagnostics.Tracing.EventSource.dll │ │ ├── net40 │ │ ├── Microsoft.Diagnostics.Tracing.EventSource.XML │ │ └── Microsoft.Diagnostics.Tracing.EventSource.dll │ │ ├── net46 │ │ ├── Microsoft.Diagnostics.Tracing.EventSource.XML │ │ └── Microsoft.Diagnostics.Tracing.EventSource.dll │ │ └── portable-win8+wpa81 │ │ ├── Microsoft.Diagnostics.Tracing.EventSource.XML │ │ └── Microsoft.Diagnostics.Tracing.EventSource.dll ├── Serilog.1.5.14 │ ├── Serilog.1.5.14.nupkg │ └── lib │ │ ├── net40 │ │ ├── Serilog.FullNetFx.XML │ │ ├── Serilog.FullNetFx.dll │ │ ├── Serilog.XML │ │ └── Serilog.dll │ │ ├── net45 │ │ ├── Serilog.FullNetFx.XML │ │ ├── Serilog.FullNetFx.dll │ │ ├── Serilog.XML │ │ └── Serilog.dll │ │ └── portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10 │ │ ├── Serilog.XML │ │ └── Serilog.dll └── System.Diagnostics.DiagnosticSource.4.4.0 │ ├── LICENSE.TXT │ ├── System.Diagnostics.DiagnosticSource.4.4.0.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── lib │ ├── net45 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ ├── net46 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ ├── netcoreapp2.0 │ │ └── _._ │ ├── netstandard1.1 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ ├── netstandard1.3 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ └── portable-net45+win8+wpa81 │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ └── System.Diagnostics.DiagnosticSource.xml │ ├── ref │ └── netcoreapp2.0 │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt ├── readme.md ├── release-checklist.txt ├── src ├── Common.Logging.ApplicationInsights0170 │ ├── AssemblyInfo.cs │ ├── Common.Logging.ApplicationInsights0170.2013-net45.csproj │ ├── Common.Logging.ApplicationInsights0170.nuspec │ ├── Logging │ │ └── ApplicationInsights │ │ │ ├── ApplicationInsightsLogger.cs │ │ │ └── ApplicationInsightsLoggerFactoryAdapter.cs │ └── packages.config ├── Common.Logging.ApplicationInsights240 │ ├── AssemblyInfo.cs │ ├── Common.Logging.ApplicationInsights240.2013-net45.csproj │ ├── Common.Logging.ApplicationInsights240.XML │ ├── Common.Logging.ApplicationInsights240.nuspec │ └── packages.config ├── Common.Logging.Core.DotNetCore │ ├── Common.Logging.Core.DotNetCore.xproj │ └── project.json ├── Common.Logging.Core │ ├── AssemblyInfo.cs │ ├── Common.Logging.Core.2010-net20.csproj │ ├── Common.Logging.Core.2010.csproj │ ├── Common.Logging.Core.nuspec │ └── Logging │ │ ├── Factory │ │ └── ResharperAnnotation.cs │ │ ├── FormatMessageHandler.cs │ │ ├── IConfigurationReader.cs │ │ ├── ILog.cs │ │ ├── ILogManager.cs │ │ ├── ILoggerFactoryAdapter.cs │ │ ├── INestedVariablesContext.cs │ │ ├── IVariablesContext.cs │ │ └── LogLevel.cs ├── Common.Logging.DotNetCore │ ├── Common.Logging.DotNetCore.xproj │ └── project.json ├── Common.Logging.ETWLogger │ ├── AssemblyInfo.cs │ ├── Common.Logging.ETWLogger.2010-net40.csproj │ ├── Common.Logging.ETWLogger.nuspec │ ├── Logging │ │ └── ETW │ │ │ ├── CommonLoggingEventSource.cs │ │ │ ├── ETWLogger.cs │ │ │ ├── ETWLoggerFactoryAdapter.cs │ │ │ └── ICommonLoggingEventSource.cs │ └── packages.config ├── Common.Logging.EntLib31 │ ├── AssemblyInfo.cs │ ├── Common.Logging.EntLib31.2010-net40.csproj │ ├── Common.Logging.EntLib31.2010.csproj │ ├── Common.Logging.EntLib31.nuspec │ └── Logging │ │ └── EntLib │ │ ├── CommonLoggingEntlibTraceListener.cs │ │ ├── CommonLoggingEntlibTraceListenerAssembler.cs │ │ ├── CommonLoggingEntlibTraceListenerData.cs │ │ ├── EntLibLogger.cs │ │ ├── EntLibLoggerFactoryAdapter.cs │ │ ├── EntLibLoggerSettings.cs │ │ └── SeverityFilter.cs ├── Common.Logging.EntLib41 │ ├── AssemblyInfo.cs │ ├── Common.Logging.EntLib41.2010-net40.csproj │ ├── Common.Logging.EntLib41.2010.csproj │ ├── Common.Logging.EntLib41.nuspec │ └── Logging │ │ └── EntLib │ │ ├── CommonLoggingEntlibTraceListener.cs │ │ ├── CommonLoggingEntlibTraceListenerAssembler.cs │ │ ├── CommonLoggingEntlibTraceListenerData.cs │ │ ├── EntLibLogger.cs │ │ ├── EntLibLoggerFactoryAdapter.cs │ │ ├── EntLibLoggerSettings.cs │ │ └── SeverityFilter.cs ├── Common.Logging.EntLib50 │ ├── AssemblyInfo.cs │ ├── Common.Logging.EntLib50.2010-net40.csproj │ ├── Common.Logging.EntLib50.2010.csproj │ ├── Common.Logging.EntLib50.nuspec │ └── Logging │ │ └── EntLib │ │ ├── CommonLoggingEntlibTraceListener.cs │ │ ├── CommonLoggingEntlibTraceListenerData.cs │ │ ├── EntLibLogger.cs │ │ ├── EntLibLoggerFactoryAdapter.cs │ │ ├── EntLibLoggerSettings.cs │ │ └── SeverityFilter.cs ├── Common.Logging.EntLib60 │ ├── AssemblyDoc.cs │ ├── AssemblyInfo.cs │ ├── Common.Logging.EntLib60.2013-net45.csproj │ ├── Common.Logging.EntLib60.nuspec │ └── Logging │ │ └── EntLib │ │ ├── CommonLoggingEntlibTraceListener.cs │ │ ├── CommonLoggingEntlibTraceListenerData.cs │ │ ├── EntLibLogger.cs │ │ ├── EntLibLoggerFactoryAdapter.cs │ │ ├── EntLibLoggerSettings.cs │ │ ├── NamespaceDoc.cs │ │ └── SeverityFilter.cs ├── Common.Logging.Log4Net1210 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1210.2010-net40.csproj │ ├── Common.Logging.Log4Net1210.2010.csproj │ ├── Common.Logging.Log4Net1210.nuspec │ └── Logging │ │ └── Log4Net │ │ ├── CommonLoggingAppender.cs │ │ ├── Log4NetLogger.cs │ │ └── Log4NetLoggerFactoryAdapter.cs ├── Common.Logging.Log4Net1211 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1211.2010-net40.csproj │ ├── Common.Logging.Log4Net1211.2010.csproj │ └── Common.Logging.Log4Net1211.nuspec ├── Common.Logging.Log4Net1212 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1212.2010-net40.csproj │ ├── Common.Logging.Log4Net1212.2010.csproj │ └── Common.Logging.Log4Net1212.nuspec ├── Common.Logging.Log4Net1213 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1213.2010-net40.csproj │ ├── Common.Logging.Log4Net1213.2010.csproj │ └── Common.Logging.Log4Net1213.nuspec ├── Common.Logging.Log4Net1215 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1215.2010-net40.csproj │ ├── Common.Logging.Log4Net1215.2010.csproj │ └── Common.Logging.Log4Net1215.nuspec ├── Common.Logging.Log4Net129 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net129.2010-net40.csproj │ ├── Common.Logging.Log4Net129.2010.csproj │ ├── Common.Logging.Log4Net129.nuspec │ └── Logging │ │ └── Log4Net │ │ ├── CommonLoggingAppender.cs │ │ ├── Log4NetGlobalVariablesContext.cs │ │ ├── Log4NetLogger.cs │ │ ├── Log4NetLoggerFactoryAdapter.cs │ │ ├── Log4NetNestedThreadVariablesContext.cs │ │ └── Log4NetThreadVariablesContext.cs ├── Common.Logging.Log4Net206 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net206.2010-net40.csproj │ ├── Common.Logging.Log4Net206.2010.csproj │ └── Common.Logging.Log4Net206.nuspec ├── Common.Logging.Log4Net207 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net207.2010-net40.csproj │ ├── Common.Logging.Log4Net207.2010.csproj │ └── Common.Logging.Log4Net207.nuspec ├── Common.Logging.Log4Net208 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net208.2010-net40.csproj │ ├── Common.Logging.Log4Net208.2010.csproj │ └── Common.Logging.Log4Net208.nuspec ├── Common.Logging.MultipleLogger │ ├── AssemblyInfo.cs │ ├── Common.Logging.MultipleLogger.2010-net40.csproj │ ├── Common.Logging.MultipleLogger.nuspec │ └── Logging │ │ ├── ConfigurationSectionHandler.cs │ │ └── MultipleLogger │ │ ├── MultiLogger.cs │ │ ├── MultiLoggerFactoryAdapter.cs │ │ ├── MutliLoggerGlobalVariablesContext.cs │ │ └── MutliLoggerThreadVariablesContext.cs ├── Common.Logging.NLog10 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog10.2010-net40.csproj │ ├── Common.Logging.NLog10.2010.csproj │ ├── Common.Logging.NLog10.nuspec │ └── Logging │ │ └── NLog │ │ ├── CommonLoggingTarget.cs │ │ ├── NLogLogger.VariablesContext.cs │ │ ├── NLogLogger.cs │ │ └── NLogLoggerFactoryAdapter.cs ├── Common.Logging.NLog20 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog20.2010-net40.csproj │ ├── Common.Logging.NLog20.2010.csproj │ ├── Common.Logging.NLog20.nuspec │ └── Logging │ │ └── NLog │ │ ├── NLogGlobalVariablesContext.cs │ │ ├── NLogLogger.VariablesContext.cs │ │ ├── NLogNestedThreadVariablesContext.cs │ │ └── NLogThreadVariablesContext.cs ├── Common.Logging.NLog21 │ ├── AssemblyDoc.cs │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog20.xml │ ├── Common.Logging.NLog21.2010-net40.csproj │ ├── Common.Logging.NLog21.2010.csproj │ ├── Common.Logging.NLog21.nuspec │ └── Logging │ │ └── NLog │ │ └── NamespaceDoc.cs ├── Common.Logging.NLog30 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog30.2010-net40.csproj │ └── Common.Logging.NLog30.nuspec ├── Common.Logging.NLog31 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog31.2010-net40.csproj │ └── Common.Logging.NLog31.nuspec ├── Common.Logging.NLog32 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog32.2010-net40.csproj │ └── Common.Logging.NLog32.nuspec ├── Common.Logging.NLog40 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog40.2010-net40.csproj │ └── Common.Logging.NLog40.nuspec ├── Common.Logging.NLog41 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog41.2010-net40.csproj │ ├── Common.Logging.NLog41.nuspec │ └── Logging │ │ └── NLog │ │ ├── NLogGlobalVariablesContext.cs │ │ └── NLogNestedThreadVariablesContext.cs ├── Common.Logging.NLog4411 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog4411.2010-net40.csproj │ └── Common.Logging.NLog4411.nuspec ├── Common.Logging.NLog4412 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog4412.2010-net40.csproj │ ├── Common.Logging.NLog4412.nuspec │ └── Common.Logging.NLog4412.xml ├── Common.Logging.NLog443 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog443.2010-net40.csproj │ └── Common.Logging.NLog443.nuspec ├── Common.Logging.NLog444 │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog444.2010-net40.csproj │ └── Common.Logging.NLog444.nuspec ├── Common.Logging.Portable │ ├── AssemblyInfo.cs │ ├── Common.Logging.Portable.2010-net20.csproj │ ├── Common.Logging.Portable.2010.csproj │ ├── Common.Logging.Portable.nuspec │ ├── CoverageExcludeAttribute.cs │ └── Logging │ │ ├── Configuration │ │ ├── ArgUtils.cs │ │ ├── DefaultConfigurationReader.cs │ │ ├── FactoryAdapterConfiguration.cs │ │ ├── LogConfiguration.cs │ │ ├── LogConfigurationReader.cs │ │ ├── LogSetting.cs │ │ ├── NameValueCollection.cs │ │ └── NameValueCollectionHelper.cs │ │ ├── ConfigurationException.cs │ │ ├── Factory │ │ ├── AbstractCachingLoggerFactoryAdapter.cs │ │ ├── AbstractLogger.cs │ │ └── ResharperAnnotation.cs │ │ ├── LogManager.cs │ │ └── Simple │ │ ├── AbstractSimpleLogger.cs │ │ ├── AbstractSimpleLoggerFactoryAdapter.cs │ │ ├── CapturingLogger.cs │ │ ├── CapturingLoggerEvent.cs │ │ ├── CapturingLoggerFactoryAdapter.cs │ │ ├── DebugLogger.cs │ │ ├── DebugLoggerFactoryAdapter.cs │ │ ├── ExceptionFormatter.cs │ │ ├── NoOpLogger.cs │ │ ├── NoOpLoggerFactoryAdapter.cs │ │ ├── NoOpNestedVariablesContext.cs │ │ └── NoOpVariablesContext.cs ├── Common.Logging.Serilog1514 │ ├── AssemblyInfo.cs │ ├── Common.Logging.Serilog1514.2015-net45.csproj │ ├── Common.Logging.Serilog1514.nuspec │ ├── Logging │ │ └── Serilog │ │ │ ├── CommonLoggingSink.cs │ │ │ ├── LoggerConfigurationEventLogExtensions.cs │ │ │ ├── SerilogLogger.VariablesContext.cs │ │ │ ├── SerilogLogger.cs │ │ │ └── SerilogLoggerFactoryAdapter.cs │ └── packages.config ├── Common.Logging.Silverlight │ ├── Common.Logging.2010-sl40.csproj │ └── Common.Logging.Silverlight.nuspec ├── Common.Logging.WinRT.2010 │ ├── AssemblyInfo.cs │ ├── Common.Logging.WinRT.2010.csproj │ ├── Common.Logging.WinRT.nuspec │ └── ReflectionExtensionMethods.cs ├── Common.Logging │ ├── Common.Logging.2010-net40.csproj │ ├── Common.Logging.2010-sl40.csproj │ ├── Common.Logging.2010.csproj │ ├── Common.Logging.nuspec │ └── Logging │ │ ├── ConfigurationSectionHandler.cs │ │ └── Simple │ │ ├── CommonLoggingTraceListener.cs │ │ ├── ConsoleOutLogger.cs │ │ ├── ConsoleOutLoggerFactoryAdapter.cs │ │ ├── TraceLogger.cs │ │ └── TraceLoggerFactoryAdapter.cs ├── CommonAssemblyInfo.cs └── CommonAssemblyInfo.cs.template ├── test ├── Common.Logging.ApplicationInsights0170.Tests │ ├── Common.Logging.ApplicationInsights0170.Tests.2013-net45.csproj │ ├── Common.Logging.ApplicationInsights0170.Tests.2013-net45.csproj.GhostDoc.xml │ └── Logging │ │ └── ApplicationInsights │ │ └── ApplicationInsightsLoggerFactoryAdapterTests.cs ├── Common.Logging.ApplicationInsights240.Tests │ └── Common.Logging.ApplicationInsights240.Tests.2013-net45.csproj ├── Common.Logging.BinaryCompatibility.Tests │ ├── 1.2 │ │ ├── Common.Logging-signed.dll │ │ └── Common.Logging-unsigned.dll │ ├── Common.Logging.Tests.BinaryCompatibility.2010-net40.csproj │ ├── Common.Logging.Tests.BinaryCompatibility.2010.csproj │ ├── CommonLoggingBinaryCompatibilityTest.csharp │ ├── CommonLoggingBinaryCompatibilityTest.exe.config │ ├── CommonLoggingBinaryCompatibilityTest2.csharp │ ├── CommonLoggingBinaryCompatibilityTest2.exe.config │ └── TestRunner.cs ├── Common.Logging.ETWLogger.Tests │ ├── Common.Logging.ETWLogger.Tests.2010-net40.csproj │ ├── Logging │ │ └── ETWLogger │ │ │ ├── BasicIntegrationTestHarness.cs │ │ │ ├── CustomTestEventSource.cs │ │ │ ├── DuplicateRegisteredEventSource.cs │ │ │ ├── ETWLoggerFactoryAdapterConfigurationTests.cs │ │ │ ├── ETWLoggerFactoryAdapterEventSourceRegistrationTests.cs │ │ │ ├── ETWLoggerFactoryAdapterTests.cs │ │ │ ├── ETWLoggerTests.cs │ │ │ ├── TestEventSource1.cs │ │ │ ├── TestEventSource2.cs │ │ │ ├── TestEventSource3.cs │ │ │ ├── TestEventSource4.cs │ │ │ ├── TestEventSource5.cs │ │ │ └── TestEventSourceForConfigFile.cs │ ├── launch-perfview-for-collect.cmd │ └── packages.config ├── Common.Logging.EntLib31.Integration.Tests │ ├── Common.Logging.EntLib31.Tests.Integration.2010-net40.csproj │ ├── Common.Logging.EntLib31.Tests.Integration.2010.csproj │ ├── Logging │ │ └── EntLib │ │ │ ├── CommonLoggingEntlibTraceListenerTests.cs │ │ │ └── TestCommonLoggingEntlibTraceListener.cs │ └── app.config ├── Common.Logging.EntLib31.Tests │ ├── Common.Logging.EntLib31.Tests.2010-net40.csproj │ ├── Common.Logging.EntLib31.Tests.2010.csproj │ └── Logging │ │ └── EntLib │ │ ├── EntLibLoggerFactoryAdapterTests.cs │ │ ├── EntLibTests.cs │ │ └── SeverityFilterTests.cs ├── Common.Logging.EntLib41.Integration.Tests │ ├── Common.Logging.EntLib41.Tests.Integration.2010-net40.csproj │ ├── Common.Logging.EntLib41.Tests.Integration.2010.csproj │ ├── Logging │ │ └── EntLib │ │ │ ├── CommonLoggingEntlibTraceListenerTests.cs │ │ │ └── TestCommonLoggingEntlibTraceListener.cs │ └── app.config ├── Common.Logging.EntLib41.Tests │ ├── Common.Logging.EntLib41.Tests.2010-net40.csproj │ ├── Common.Logging.EntLib41.Tests.2010.csproj │ └── Logging │ │ └── EntLib │ │ ├── EntLibLoggerFactoryAdapterTests.cs │ │ ├── EntLibTests.cs │ │ └── SeverityFilterTests.cs ├── Common.Logging.EntLib50.Tests.Integration │ ├── Common.Logging.EntLib50.Tests.Integration.2010-net40.csproj │ ├── Common.Logging.EntLib50.Tests.Integration.2010.csproj │ ├── Logging │ │ └── EntLib │ │ │ └── CommonLoggingEntlibTraceListenerTests.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── app.config ├── Common.Logging.EntLib50.Tests │ ├── Common.Logging.EntLib50.Tests.2010-net40.csproj │ ├── Common.Logging.EntLib50.Tests.2010.csproj │ ├── Logging │ │ └── EntLib │ │ │ ├── EntLibLoggerFactoryAdapterTests.cs │ │ │ ├── EntLibTests.cs │ │ │ └── SeverityFilterTests.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── Common.Logging.EntLib60.Tests.Integration │ ├── Common.Logging.EntLib60.Tests.Integration.2013-net45.csproj │ ├── Logging │ │ └── EntLib │ │ │ └── CommonLoggingEntlibTraceListenerTests.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ └── app.config ├── Common.Logging.EntLib60.Tests │ ├── Common.Logging.EntLib60.Tests.2013-net45.csproj │ ├── Logging │ │ └── EntLib │ │ │ ├── EntLibLoggerFactoryAdapterTests.cs │ │ │ ├── EntLibTests.cs │ │ │ └── SeverityFilterTests.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── Common.Logging.Integration.Tests.Vb │ ├── Class1.vb │ ├── Common.Logging.Tests.Integration.Vb.2010-net40.vbproj │ └── Common.Logging.Tests.Integration.Vb.2010.vbproj ├── Common.Logging.Integration.Tests │ ├── AnotherClass.cs │ ├── AssemblyInfo.cs │ ├── Class1.cs │ ├── Common.Logging.Integration.Tests.build │ ├── Common.Logging.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net1210.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1210.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net1210.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net1210.Tests │ ├── Common.Logging.Log4Net1210.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net1210.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ ├── CommonLoggingAppenderTests.cs │ │ ├── CommonLoggingAppenderTests_log4net.config.xml │ │ └── Log4NetLoggerFactoryAdapterTests.cs ├── Common.Logging.Log4Net1211.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1211.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net1211.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net1211.Tests │ ├── Common.Logging.Log4Net1211.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net1211.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ └── CommonLoggingAppenderTests_log4net.config.xml ├── Common.Logging.Log4Net1212.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1212.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net1212.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net1212.Tests │ ├── Common.Logging.Log4Net1212.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net1212.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ └── CommonLoggingAppenderTests_log4net.config.xml ├── Common.Logging.Log4Net1213.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1213.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net1213.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net1213.Tests │ ├── Common.Logging.Log4Net1213.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net1213.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ └── CommonLoggingAppenderTests_log4net.config.xml ├── Common.Logging.Log4Net1215.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net1215.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net1215.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net1215.Tests │ ├── Common.Logging.Log4Net1215.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net1215.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ └── CommonLoggingAppenderTests_log4net.config.xml ├── Common.Logging.Log4Net129.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net129.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net129.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net129.Tests │ ├── Common.Logging.Log4Net129.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net129.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ ├── CommonLoggingAppenderTests.cs │ │ ├── CommonLoggingAppenderTests_log4net.config.xml │ │ └── Log4NetLoggerFactoryAdapterTests.cs ├── Common.Logging.Log4Net206.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net206.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net206.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net206.Tests │ ├── Common.Logging.Log4Net206.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net206.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ └── CommonLoggingAppenderTests_log4net.config.xml ├── Common.Logging.Log4Net207.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net207.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net207.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net207.Tests │ ├── Common.Logging.Log4Net207.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net207.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ └── CommonLoggingAppenderTests_log4net.config.xml ├── Common.Logging.Log4Net208.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Log4Net208.Tests.Integration.2010-net40.csproj │ └── Common.Logging.Log4Net208.Tests.Integration.2010.csproj ├── Common.Logging.Log4Net208.Tests │ ├── Common.Logging.Log4Net208.Tests.2010-net40.csproj │ ├── Common.Logging.Log4Net208.Tests.2010.csproj │ └── Logging │ │ └── Log4Net │ │ └── CommonLoggingAppenderTests_log4net.config.xml ├── Common.Logging.MultipleLogger.Tests │ ├── App.config │ ├── Common.Logging.MultipleLogger.Tests.2010-net40.csproj │ └── Logging │ │ └── MultipleLogger │ │ ├── FileBasedConfigurationTests.cs │ │ └── MultipleLoggerGlobalVariableContextTests.cs ├── Common.Logging.NLog10.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog10.Tests.Integration.2010-net40.csproj │ └── Common.Logging.NLog10.Tests.Integration.2010.csproj ├── Common.Logging.NLog10.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog10.Tests.2010-net40.csproj │ ├── Common.Logging.NLog10.Tests.2010.csproj │ └── Logger │ │ └── NLog │ │ ├── CommonLoggingTargetTests.cs │ │ └── NLogLoggerFactoryAdapterTests.cs ├── Common.Logging.NLog20.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog20.Tests.Integration.2010-net40.csproj │ └── Common.Logging.NLog20.Tests.Integration.2010.csproj ├── Common.Logging.NLog20.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog20.Tests.2010-net40.csproj │ ├── Common.Logging.NLog20.Tests.2010.csproj │ └── Logger │ │ └── NLog │ │ └── NLogLoggerFactoryAdapterVariablesContextTests.cs ├── Common.Logging.NLog21.Integration.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog21.Tests.Integration.2010-net40.csproj │ └── Common.Logging.NLog21.Tests.Integration.2010.csproj ├── Common.Logging.NLog21.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog21.Tests.2010-net40.csproj │ └── Common.Logging.NLog21.Tests.2010.csproj ├── Common.Logging.NLog30.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog30.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog30.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog30.Tests.2010-net40.csproj ├── Common.Logging.NLog31.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog31.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog31.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog31.Tests.2010-net40.csproj ├── Common.Logging.NLog32.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog32.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog32.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog32.Tests.2010-net40.csproj ├── Common.Logging.NLog40.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog40.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog40.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog40.Tests.2010-net40.csproj ├── Common.Logging.NLog41.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog41.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog41.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.NLog41.Tests.2010-net40.csproj │ └── Logger │ │ └── NLog │ │ └── NLogLoggerFactoryAdapterVariablesContextTests.cs ├── Common.Logging.NLog4411.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog4411.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog4411.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog4411.Tests.2010-net40.csproj ├── Common.Logging.NLog4412.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog4412.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog4412.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog4412.Tests.2010-net40.csproj ├── Common.Logging.NLog443.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog443.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog443.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog443.Tests.2010-net40.csproj ├── Common.Logging.NLog444.Integration.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog444.Tests.Integration.2010-net40.csproj ├── Common.Logging.NLog444.Tests │ ├── AssemblyInfo.cs │ └── Common.Logging.NLog444.Tests.2010-net40.csproj ├── Common.Logging.Serilog1514.Integration.Tests │ ├── App.config │ ├── AssemblyInfo.cs │ ├── Common.Logging.Serilog1514.Tests.Integration.2015-net45.csproj │ ├── Logging │ │ └── Serilog │ │ │ └── CommonLoggingSerilogTests.cs │ └── packages.config ├── Common.Logging.Serilog1514.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Serilog1514.Tests.2015-net45.csproj │ └── Logger │ │ └── Serilog │ │ └── SerilogTests.cs ├── Common.Logging.TestUtils │ ├── Common.Logging.TestUtils-net40.csproj │ ├── Common.Logging.TestUtils.csproj │ ├── Logging │ │ ├── ILogTestsBase.cs │ │ └── StandaloneConfigurationReader.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── TestUtil │ │ ├── CapturingTraceListener.cs │ │ ├── SecurityTemplate.cs │ │ ├── SerializationTestUtils.cs │ │ └── TraceEventArgs.cs │ └── app.config └── Common.Logging.Tests │ ├── AssemblyInfo.cs │ ├── Common.Logging.Tests.2010-net40.csproj │ ├── Common.Logging.Tests.2010.csproj │ ├── ExceptionsTest.cs │ ├── Logging │ ├── Configuration │ │ ├── ArgUtilsTests.cs │ │ ├── DefaultConfigurationReaderTests.cs │ │ └── LogConfigurationReaderTests.cs │ ├── ConfigurationSectionHandlerTests.cs │ ├── Factory │ │ └── AbstractLoggerTests.cs │ ├── LogLevelNumericComparisonTests.cs │ ├── LogManagerTests.cs │ ├── LoggingExceptionTests.cs │ ├── LoggingExceptionWithIndexerBugTest.cs │ ├── MissingCtorFactoryAdapter.cs │ └── Simple │ │ ├── AbstractSimpleLoggerTests.cs │ │ ├── AbstractSimpleLoggerTestsBase.cs │ │ ├── CapturingLoggerTests.cs │ │ ├── CommonLoggingTraceListenerTests.cs │ │ ├── ConsoleOutLoggerTests.cs │ │ ├── NoOpLoggerTests.cs │ │ └── TraceLoggerTests.cs │ ├── MethodInvokePerformanceTests.cs │ ├── PerformanceTests.cs │ ├── StandardsComplianceTest.cs │ ├── StopWatch.cs │ └── app.config └── tools ├── NCover ├── CoverLib.dll ├── Coverage.xsl ├── MSVCP80.dll ├── MSVCR80.dll ├── Microsoft.VC80.CRT.manifest ├── NCover.Console.exe ├── NCover.Console.exe.config ├── NCover.Framework.dll └── NCoverFAQ.html ├── NCoverExplorer ├── ActiproEULA.html ├── ActiproSoftware.Shared.Net11.dll ├── ActiproSoftware.SyntaxEditor.Net11.dll ├── ActiproSoftware.WinUICore.Net11.dll ├── CommandBars.dll ├── ConsoleConfig.xsd ├── ConsoleExample.config ├── CoverageReport.xsl ├── CoverageReport.xsl.original ├── LicencePersonal.rtf ├── NCoverExplorer.Console.exe ├── NCoverExplorer.Core.dll ├── NCoverExplorer.NAntTasks.dll ├── NCoverExplorer.NCoverRunner.dll ├── NCoverExplorer.WinForms.dll ├── NCoverExplorer.exe ├── NCoverExplorer.exe.config ├── NCoverExplorerFAQ.html └── NCoverExplorerReleaseNotes.html ├── Net-Portability-Analyzer └── ApiPort.exe ├── nant ├── COPYING.txt ├── README.txt ├── bin │ ├── Macrodef.dll │ ├── NAnt.CompressionTasks.dll │ ├── NAnt.CompressionTasks.xml │ ├── NAnt.Core.dll │ ├── NAnt.Core.xml │ ├── NAnt.DotNetTasks.dll │ ├── NAnt.DotNetTasks.xml │ ├── NAnt.MSNetTasks.dll │ ├── NAnt.MSNetTasks.xml │ ├── NAnt.NUnit.dll │ ├── NAnt.NUnit.xml │ ├── NAnt.NUnit1Tasks.dll │ ├── NAnt.NUnit1Tasks.xml │ ├── NAnt.NUnit2Tasks.dll │ ├── NAnt.NUnit2Tasks.xml │ ├── NAnt.SourceControlTasks.dll │ ├── NAnt.SourceControlTasks.xml │ ├── NAnt.VSNetTasks.dll │ ├── NAnt.VSNetTasks.xml │ ├── NAnt.VisualCppTasks.dll │ ├── NAnt.VisualCppTasks.xml │ ├── NAnt.Win32Tasks.dll │ ├── NAnt.Win32Tasks.xml │ ├── NAnt.exe │ ├── NAnt.exe.config │ ├── NAnt.xml │ ├── NDoc.Documenter.NAnt.dll │ ├── extensions │ │ └── common │ │ │ └── 2.0 │ │ │ ├── NAnt.MSBuild.dll │ │ │ └── NAnt.MSBuild.xml │ ├── lib │ │ ├── ICSharpCode.SharpCvsLib.Console.dll │ │ ├── ICSharpCode.SharpCvsLib.dll │ │ ├── ICSharpCode.SharpZipLib.dll │ │ ├── NUnitCore.dll │ │ ├── common │ │ │ ├── 1.1 │ │ │ │ ├── nunit-console-runner.dll │ │ │ │ ├── nunit-console.exe │ │ │ │ ├── nunit.core.dll │ │ │ │ ├── nunit.framework.dll │ │ │ │ └── nunit.util.dll │ │ │ ├── 2.0 │ │ │ │ ├── nunit-console-runner.dll │ │ │ │ ├── nunit-console.exe │ │ │ │ ├── nunit.core.dll │ │ │ │ ├── nunit.framework.dll │ │ │ │ └── nunit.util.dll │ │ │ └── neutral │ │ │ │ ├── ICSharpCode.SharpCvsLib.Console.dll │ │ │ │ ├── ICSharpCode.SharpCvsLib.dll │ │ │ │ ├── ICSharpCode.SharpZipLib.dll │ │ │ │ ├── NDoc.Core.dll │ │ │ │ ├── NDoc.Documenter.Msdn.dll │ │ │ │ ├── NDoc.ExtendedUI.dll │ │ │ │ └── NUnitCore.dll │ │ ├── mono │ │ │ ├── 1.0 │ │ │ │ ├── NDoc.Core.dll │ │ │ │ ├── NDoc.Documenter.Msdn.dll │ │ │ │ ├── NDoc.ExtendedUI.dll │ │ │ │ ├── nunit.core.dll │ │ │ │ ├── nunit.framework.dll │ │ │ │ └── nunit.util.dll │ │ │ └── 2.0 │ │ │ │ ├── NDoc.Core.dll │ │ │ │ ├── NDoc.Documenter.Msdn.dll │ │ │ │ ├── NDoc.ExtendedUI.dll │ │ │ │ ├── nunit.core.dll │ │ │ │ ├── nunit.framework.dll │ │ │ │ └── nunit.util.dll │ │ └── net │ │ │ ├── 1.0 │ │ │ ├── NDoc.Core.dll │ │ │ ├── NDoc.Documenter.Msdn.dll │ │ │ ├── NDoc.ExtendedUI.dll │ │ │ ├── nunit-console-runner.dll │ │ │ ├── nunit-console.exe │ │ │ ├── nunit.core.dll │ │ │ ├── nunit.framework.dll │ │ │ └── nunit.util.dll │ │ │ ├── 1.1 │ │ │ ├── NDoc.Core.dll │ │ │ ├── NDoc.Documenter.Msdn.dll │ │ │ ├── NDoc.ExtendedUI.dll │ │ │ ├── nunit.core.dll │ │ │ ├── nunit.framework.dll │ │ │ └── nunit.util.dll │ │ │ └── 2.0 │ │ │ ├── NDoc.Core.dll │ │ │ ├── NDoc.Documenter.Msdn.dll │ │ │ ├── NDoc.ExtendedUI.dll │ │ │ ├── nunit.core.dll │ │ │ ├── nunit.framework.dll │ │ │ └── nunit.util.dll │ ├── log4net.dll │ └── scvs.exe └── schema │ └── nant.xsd ├── ndoc3 ├── Interop.MSHelpCompiler.dll ├── NDoc3.Core.dll ├── NDoc3.Core.pdb ├── NDoc3.Documenter.Msdn.dll ├── NDoc3.Documenter.Msdn.pdb ├── NDoc3.Documenter.Xml.dll ├── NDoc3.Documenter.Xml.pdb ├── NDoc3.ExtendedUI.dll ├── NDoc3.ExtendedUI.pdb ├── NDoc3Console.exe ├── NDoc3Console.pdb ├── NDoc3Gui.exe ├── NDoc3Gui.exe.manifest ├── NDoc3Gui.pdb └── NDoc3UsersGuide.chm ├── nuget └── NuGet.exe └── nunit ├── NUnitFitTests.html ├── NUnitTests.config ├── NUnitTests.nunit ├── agent.conf ├── agent.log.conf ├── framework ├── nunit.framework.dll ├── nunit.framework.xml ├── nunit.mocks.dll └── pnunit.framework.dll ├── launcher.log.conf ├── lib ├── Failure.png ├── Ignored.png ├── Inconclusive.png ├── Skipped.png ├── Success.png ├── fit.dll ├── log4net.dll ├── nunit-console-runner.dll ├── nunit-gui-runner.dll ├── nunit.core.dll ├── nunit.core.interfaces.dll ├── nunit.fixtures.dll ├── nunit.uiexception.dll ├── nunit.uikit.dll └── nunit.util.dll ├── nunit-agent-x86.exe ├── nunit-agent-x86.exe.config ├── nunit-agent.exe ├── nunit-agent.exe.config ├── nunit-console-x86.exe ├── nunit-console-x86.exe.config ├── nunit-console.exe ├── nunit-console.exe.config ├── nunit-x86.exe ├── nunit-x86.exe.config ├── nunit.exe ├── nunit.exe.config ├── nunit.framework.dll ├── pnunit-agent.exe ├── pnunit-agent.exe.config ├── pnunit-launcher.exe ├── pnunit-launcher.exe.config ├── pnunit.framework.dll ├── pnunit.tests.dll ├── runFile.exe ├── runFile.exe.config ├── runpnunit.bat ├── test.conf └── tests ├── loadtest-assembly.dll ├── mock-assembly.dll ├── nonamespace-assembly.dll ├── nunit-console.tests.dll ├── nunit-gui.tests.dll ├── nunit.core.tests.dll ├── nunit.fixtures.tests.dll ├── nunit.framework.dll ├── nunit.framework.tests.dll ├── nunit.mocks.tests.dll ├── nunit.uiexception.tests.dll ├── nunit.uikit.tests.dll ├── nunit.util.tests.dll ├── test-assembly.dll ├── test-utilities.dll └── timing-tests.dll /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /Common.Logging.2010-net20.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.2010-net20.sln -------------------------------------------------------------------------------- /Common.Logging.2010-net20.sln.GhostDoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.2010-net20.sln.GhostDoc.xml -------------------------------------------------------------------------------- /Common.Logging.2010.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.2010.sln -------------------------------------------------------------------------------- /Common.Logging.2010.sln.GhostDoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.2010.sln.GhostDoc.xml -------------------------------------------------------------------------------- /Common.Logging.2013.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.2013.sln -------------------------------------------------------------------------------- /Common.Logging.2013.sln.GhostDoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.2013.sln.GhostDoc.xml -------------------------------------------------------------------------------- /Common.Logging.2015.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.2015.sln -------------------------------------------------------------------------------- /Common.Logging.2015.sln.GhostDoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.2015.sln.GhostDoc.xml -------------------------------------------------------------------------------- /Common.Logging.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.build -------------------------------------------------------------------------------- /Common.Logging.ndoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/Common.Logging.ndoc -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/appveyor.yml -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/changelog.txt -------------------------------------------------------------------------------- /doc/api/Common.Logging.EntLib.dxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/api/Common.Logging.EntLib.dxc -------------------------------------------------------------------------------- /doc/api/Common.Logging.EntLib41.dxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/api/Common.Logging.EntLib41.dxc -------------------------------------------------------------------------------- /doc/api/Common.Logging.Log4Net.dxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/api/Common.Logging.Log4Net.dxc -------------------------------------------------------------------------------- /doc/api/Common.Logging.Log4Net129.dxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/api/Common.Logging.Log4Net129.dxc -------------------------------------------------------------------------------- /doc/api/Common.Logging.NLog.dxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/api/Common.Logging.NLog.dxc -------------------------------------------------------------------------------- /doc/api/Common.Logging.dxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/api/Common.Logging.dxc -------------------------------------------------------------------------------- /doc/api/introduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/api/introduction.html -------------------------------------------------------------------------------- /doc/api/netcommon-api.dxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/api/netcommon-api.dxp -------------------------------------------------------------------------------- /doc/reference/docbook.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/docbook.build -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/VERSION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/VERSION -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/af.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/af.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/am.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/am.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ar.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/az.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/az.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/bg.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/bn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/bn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/bs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/bs.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ca.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/charmap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/charmap.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/charmap.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/charmap.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/common.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/common.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/common.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/cs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/cs.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/cy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/cy.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/da.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/de.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/el.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/el.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/en.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/entities.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/entities.ent -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/eo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/eo.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/es.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/et.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/et.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/eu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/eu.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/fa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/fa.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/fi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/fr.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ga.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ga.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/gentext.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/gentext.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/gl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/gl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/gu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/gu.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/he.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/he.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/hi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/hi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/hr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/hr.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/hu.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/id.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/id.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/insertfile.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/insertfile.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/it.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ja.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/kn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/kn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ko.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/l10n.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/l10n.dtd -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/l10n.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/l10n.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/l10n.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/l10n.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/la.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/la.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/labels.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/labels.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/lt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/lt.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/lv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/lv.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/mn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/mn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/nb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/nb.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/nl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/nn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/nn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/olink.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/olink.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/or.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/or.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pa.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pi.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pi.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pt.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pt_br.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pt_br.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/refentry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/refentry.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/refentry.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/refentry.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ro.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ru.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sk.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sq.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sr.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sr_Latn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sr_Latn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/stripns.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/stripns.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/subtitles.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/subtitles.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sv.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ta.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ta.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/table.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/table.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/targets.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/targets.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/th.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/th.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/titles.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/titles.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/tl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/tl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/tr.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/uk.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/utility.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/utility.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/utility.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/utility.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/vi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/vi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/xh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/xh.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/zh_cn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/zh_cn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/zh_tw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/zh_tw.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/admon.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/admon.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/annotations.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/annotations.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-kimber.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-kimber.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-kosek.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-kosek.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-ng.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-ng.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autoidx.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autoidx.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autotoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autotoc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/axf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/axf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/biblio-iso690.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/biblio-iso690.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/biblio.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/biblio.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/block.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/block.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/callout.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/callout.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/component.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/component.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/division.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/division.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/docbook.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/docbook.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/ebnf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/ebnf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/fo-rtf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/fo-rtf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/fo.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/fo.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/footnote.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/footnote.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/fop.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/fop.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/fop1.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/fop1.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/formal.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/formal.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/glossary.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/glossary.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/graphics.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/graphics.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/highlight.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/highlight.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/htmltbl.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/htmltbl.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/index.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/index.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/info.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/info.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/inline.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/inline.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/keywords.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/keywords.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/lists.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/lists.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/math.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/math.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/pagesetup.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/pagesetup.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/param.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/param.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/param.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/param.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/passivetex.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/passivetex.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/pdf2index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/pdf2index -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/pi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/pi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/pi.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/pi.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/ptc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/ptc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/qandaset.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/qandaset.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/refentry.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/refentry.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/sections.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/sections.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/spaces.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/spaces.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/springnet.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/springnet.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/synop.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/synop.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/table.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/table.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/table.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/table.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/task.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/task.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/titlepage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/titlepage.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/toc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/toc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/verbatim.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/verbatim.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/xep.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/xep.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/xref.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/xref.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/highlighting/c-hl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/highlighting/c-hl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/admon.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/admon.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/annotations.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/annotations.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/autoidx-ng.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/autoidx-ng.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/autoidx.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/autoidx.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/autotoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/autotoc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/biblio.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/biblio.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/block.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/block.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/callout.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/callout.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/changebars.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/changebars.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunk-code.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunk-code.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunk-common.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunk-common.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunk.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunk.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunker.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunker.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunkfast.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunkfast.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunktoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunktoc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/component.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/component.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/division.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/division.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/docbook.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/docbook.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/ebnf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/ebnf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/footnote.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/footnote.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/formal.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/formal.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/glossary.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/glossary.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/graphics.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/graphics.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/highlight.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/highlight.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/html-rtf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/html-rtf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/html.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/html.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/htmltbl.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/htmltbl.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/index.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/index.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/info.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/info.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/inline.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/inline.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/keywords.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/keywords.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/lists.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/lists.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/maketoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/maketoc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/manifest.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/manifest.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/math.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/math.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/oldchunker.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/oldchunker.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/onechunk.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/onechunk.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/param.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/param.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/param.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/param.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/pi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/pi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/pi.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/pi.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/qandaset.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/qandaset.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/refentry.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/refentry.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/sections.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/sections.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/springnet.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/springnet.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/synop.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/synop.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/table.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/table.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/task.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/task.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/titlepage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/titlepage.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/toc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/toc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/verbatim.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/verbatim.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/xref.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/xref.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/htmlhelp/htmlhelp.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/htmlhelp/htmlhelp.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/Thumbs.db -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.tif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/up.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/up.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/up.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/6.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/6.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/6.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/7.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/7.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/7.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/8.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/8.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/8.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/9.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/9.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/9.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/lib/lib.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/docbook-xsl-snapshot/lib/lib.xsl -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/build/fop.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/build/fop.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/fop.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/fop.bat -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/README.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/avalon-framework-4.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/avalon-framework-4.2.0.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/avalon-framework.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/avalon-framework.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/avalon-framework.NOTICE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/avalon-framework.NOTICE.TXT -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/batik-all-1.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/batik-all-1.7.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/batik.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/batik.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/batik.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/batik.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-io-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/commons-io-1.3.1.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-io.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/commons-io.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-io.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/commons-io.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-logging-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/commons-logging-1.0.4.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-logging.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/commons-logging.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-logging.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/commons-logging.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/serializer-2.7.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/serializer-2.7.0.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/serializer.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/serializer.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/serializer.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/serializer.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan-2.7.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xalan-2.7.0.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.BCEL.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xalan.BCEL.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xalan.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xalan.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.regexp.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xalan.regexp.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.runtime.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xalan.runtime.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xerces.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xerces.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xercesImpl-2.7.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xercesImpl-2.7.1.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xercesImpl.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xercesImpl.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xercesImpl.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xercesImpl.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-1.3.04.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-1.3.04.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext-1.3.04.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext-1.3.04.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.sac.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.sac.html -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext.README.dom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext.README.dom.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE-SAX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE-SAX.html -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xmlgraphics-commons-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/fop-0.95/lib/xmlgraphics-commons-1.3.1.jar -------------------------------------------------------------------------------- /doc/reference/lib/saxon6-5-5/saxon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/saxon6-5-5/saxon.jar -------------------------------------------------------------------------------- /doc/reference/lib/xslthl-2.0.0/xslthl-2.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/lib/xslthl-2.0.0/xslthl-2.0.0.jar -------------------------------------------------------------------------------- /doc/reference/src/images/bubble-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/src/images/bubble-big.jpg -------------------------------------------------------------------------------- /doc/reference/src/images/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/src/images/link.png -------------------------------------------------------------------------------- /doc/reference/src/images/netcommon-logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/src/images/netcommon-logo.gif -------------------------------------------------------------------------------- /doc/reference/src/index.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/src/index.xml -------------------------------------------------------------------------------- /doc/reference/src/logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/src/logging.xml -------------------------------------------------------------------------------- /doc/reference/src/styles/html.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/doc/reference/src/styles/html.css -------------------------------------------------------------------------------- /examples/BasicLogging/BasicLogging-net40.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/BasicLogging/BasicLogging-net40.csproj -------------------------------------------------------------------------------- /examples/BasicLogging/BasicLogging.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/BasicLogging/BasicLogging.csproj -------------------------------------------------------------------------------- /examples/BasicLogging/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/BasicLogging/Program.cs -------------------------------------------------------------------------------- /examples/BasicLogging/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/BasicLogging/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/BasicLogging/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/BasicLogging/README.TXT -------------------------------------------------------------------------------- /examples/CustomLogger/CustomLogger-net40.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/CustomLogger-net40.csproj -------------------------------------------------------------------------------- /examples/CustomLogger/CustomLogger-portable.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/CustomLogger-portable.csproj -------------------------------------------------------------------------------- /examples/CustomLogger/CustomLogger-sl40.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/CustomLogger-sl40.csproj -------------------------------------------------------------------------------- /examples/CustomLogger/CustomLogger.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/CustomLogger.csproj -------------------------------------------------------------------------------- /examples/CustomLogger/MyLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/MyLogger.cs -------------------------------------------------------------------------------- /examples/CustomLogger/MyLoggerFactoryAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/MyLoggerFactoryAdapter.cs -------------------------------------------------------------------------------- /examples/CustomLogger/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/Program.cs -------------------------------------------------------------------------------- /examples/CustomLogger/Properties/AppManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/Properties/AppManifest.xml -------------------------------------------------------------------------------- /examples/CustomLogger/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/CustomLogger/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/README.TXT -------------------------------------------------------------------------------- /examples/CustomLogger/Silverlight/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/Silverlight/App.xaml -------------------------------------------------------------------------------- /examples/CustomLogger/Silverlight/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/Silverlight/App.xaml.cs -------------------------------------------------------------------------------- /examples/CustomLogger/Silverlight/MainPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/Silverlight/MainPage.xaml -------------------------------------------------------------------------------- /examples/CustomLogger/Silverlight/MainPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/CustomLogger/Silverlight/MainPage.xaml.cs -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/.dockerignore -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/Dockerfile -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/Program.cs -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/README.TXT -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/Startup.cs -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/appsettings.json -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/docker-compose.yml -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/project.json -------------------------------------------------------------------------------- /examples/DotNetCoreWebApplication/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/DotNetCoreWebApplication/web.config -------------------------------------------------------------------------------- /examples/Examples-net40.2015.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/Examples-net40.2015.sln -------------------------------------------------------------------------------- /examples/Examples-net40.2015.sln.GhostDoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/Examples-net40.2015.sln.GhostDoc.xml -------------------------------------------------------------------------------- /examples/Examples-net40.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/Examples-net40.sln -------------------------------------------------------------------------------- /examples/PCLExample/TheApplication/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/PCLExample/TheApplication/App.config -------------------------------------------------------------------------------- /examples/PCLExample/TheApplication/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/PCLExample/TheApplication/Program.cs -------------------------------------------------------------------------------- /examples/PCLExample/TheApplication/TheApplication.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/PCLExample/TheApplication/TheApplication.csproj -------------------------------------------------------------------------------- /examples/SimpleWebApplication/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/SimpleWebApplication/Default.aspx -------------------------------------------------------------------------------- /examples/SimpleWebApplication/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/SimpleWebApplication/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/SimpleWebApplication/SimpleWebApplication.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/SimpleWebApplication/SimpleWebApplication.csproj -------------------------------------------------------------------------------- /examples/SimpleWebApplication/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/SimpleWebApplication/Web.Debug.config -------------------------------------------------------------------------------- /examples/SimpleWebApplication/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/SimpleWebApplication/Web.Release.config -------------------------------------------------------------------------------- /examples/SimpleWebApplication/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/SimpleWebApplication/web.config -------------------------------------------------------------------------------- /examples/XmlConfiguredLogging/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/XmlConfiguredLogging/App.config -------------------------------------------------------------------------------- /examples/XmlConfiguredLogging/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/XmlConfiguredLogging/Program.cs -------------------------------------------------------------------------------- /examples/XmlConfiguredLogging/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/XmlConfiguredLogging/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /examples/XmlConfiguredLogging/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/XmlConfiguredLogging/README.TXT -------------------------------------------------------------------------------- /examples/XmlConfiguredLogging/XmlConfiguredLogging.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/examples/XmlConfiguredLogging/XmlConfiguredLogging.csproj -------------------------------------------------------------------------------- /global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/global.json -------------------------------------------------------------------------------- /lib/EntLib50/net/3.5/Microsoft.Practices.ServiceLocation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/EntLib50/net/3.5/Microsoft.Practices.ServiceLocation.dll -------------------------------------------------------------------------------- /lib/EntLib50/net/3.5/Microsoft.Practices.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/EntLib50/net/3.5/Microsoft.Practices.Unity.dll -------------------------------------------------------------------------------- /lib/Entlib31/net/2.0/Microsoft.Practices.ObjectBuilder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Entlib31/net/2.0/Microsoft.Practices.ObjectBuilder.dll -------------------------------------------------------------------------------- /lib/Entlib41/net/3.5/Microsoft.Practices.ObjectBuilder2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Entlib41/net/3.5/Microsoft.Practices.ObjectBuilder2.dll -------------------------------------------------------------------------------- /lib/Log4Net1210/net/2.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1210/net/2.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1211/net/2.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1211/net/2.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1211/net/3.5/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1211/net/3.5/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1211/net/4.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1211/net/4.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1212/net/2.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1212/net/2.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1212/net/3.5/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1212/net/3.5/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1212/net/4.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1212/net/4.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1213/Log4Net1213/net/2.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1213/Log4Net1213/net/2.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1213/Log4Net1213/net/3.5/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1213/Log4Net1213/net/3.5/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1213/Log4Net1213/net/4.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1213/Log4Net1213/net/4.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1213/net/2.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1213/net/2.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1213/net/3.5/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1213/net/3.5/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1213/net/4.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1213/net/4.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1215/net/net20-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1215/net/net20-full/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1215/net/net20-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1215/net/net20-full/log4net.xml -------------------------------------------------------------------------------- /lib/Log4Net1215/net/net40-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1215/net/net40-full/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net1215/net/net40-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net1215/net/net40-full/log4net.xml -------------------------------------------------------------------------------- /lib/Log4Net129/net/2.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net129/net/2.0/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net206/net/net20-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net206/net/net20-full/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net206/net/net20-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net206/net/net20-full/log4net.xml -------------------------------------------------------------------------------- /lib/Log4Net206/net/net40-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net206/net/net40-full/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net206/net/net40-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net206/net/net40-full/log4net.xml -------------------------------------------------------------------------------- /lib/Log4Net207/net/net20-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net207/net/net20-full/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net207/net/net20-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net207/net/net20-full/log4net.xml -------------------------------------------------------------------------------- /lib/Log4Net207/net/net40-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net207/net/net40-full/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net207/net/net40-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net207/net/net40-full/log4net.xml -------------------------------------------------------------------------------- /lib/Log4Net208/net/net20-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net208/net/net20-full/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net208/net/net20-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net208/net/net20-full/log4net.xml -------------------------------------------------------------------------------- /lib/Log4Net208/net/net40-full/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net208/net/net40-full/log4net.dll -------------------------------------------------------------------------------- /lib/Log4Net208/net/net40-full/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/Log4Net208/net/net40-full/log4net.xml -------------------------------------------------------------------------------- /lib/NLog/net/2.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog/net/2.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog2.1/net/2.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog2.1/net/2.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog2.1/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog2.1/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog2/net/2.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog2/net/2.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog2/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog2/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog3/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog3/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog31/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog31/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog32/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog32/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog32/net/4.0/NLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog32/net/4.0/NLog.xml -------------------------------------------------------------------------------- /lib/NLog40/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog40/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog40/net/4.0/NLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog40/net/4.0/NLog.xml -------------------------------------------------------------------------------- /lib/NLog41/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog41/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog41/net/4.0/NLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog41/net/4.0/NLog.xml -------------------------------------------------------------------------------- /lib/NLog4411/net/net40/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog4411/net/net40/NLog.dll -------------------------------------------------------------------------------- /lib/NLog4411/net/net40/NLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog4411/net/net40/NLog.xml -------------------------------------------------------------------------------- /lib/NLog4412/net/net40/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog4412/net/net40/NLog.dll -------------------------------------------------------------------------------- /lib/NLog4412/net/net40/NLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog4412/net/net40/NLog.xml -------------------------------------------------------------------------------- /lib/NLog443/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog443/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog443/net/4.0/NLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog443/net/4.0/NLog.xml -------------------------------------------------------------------------------- /lib/NLog444/net/4.0/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog444/net/4.0/NLog.dll -------------------------------------------------------------------------------- /lib/NLog444/net/4.0/NLog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/NLog444/net/4.0/NLog.xml -------------------------------------------------------------------------------- /lib/net/2.0/Rhino.Mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/net/2.0/Rhino.Mocks.dll -------------------------------------------------------------------------------- /lib/net/2.0/Rhino.Mocks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/net/2.0/Rhino.Mocks.xml -------------------------------------------------------------------------------- /lib/net/2.0/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/net/2.0/nunit.framework.dll -------------------------------------------------------------------------------- /lib/net/2.0/nunit.framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/lib/net/2.0/nunit.framework.xml -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/license.txt -------------------------------------------------------------------------------- /nuget-graphics/common-logging-icon.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/nuget-graphics/common-logging-icon.pdn -------------------------------------------------------------------------------- /nuget-graphics/common-logging-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/nuget-graphics/common-logging-icon.png -------------------------------------------------------------------------------- /nuget-graphics/package-deprecated-warning-icon.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/nuget-graphics/package-deprecated-warning-icon.pdn -------------------------------------------------------------------------------- /nuget-graphics/package-deprecated-warning-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/nuget-graphics/package-deprecated-warning-icon.png -------------------------------------------------------------------------------- /package-nuget/push-all-to-nuget.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/package-nuget/push-all-to-nuget.cmd -------------------------------------------------------------------------------- /packages/Microsoft.Diagnostics.Tracing.EventSource.1.1.28/lib/net35/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/Microsoft.Diagnostics.Tracing.EventSource.1.1.28/lib/net40/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/Microsoft.Diagnostics.Tracing.EventSource.1.1.28/lib/portable-net45+win8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/Serilog.1.5.14.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/Serilog.1.5.14.nupkg -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/lib/net40/Serilog.FullNetFx.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/lib/net40/Serilog.FullNetFx.XML -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/lib/net40/Serilog.FullNetFx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/lib/net40/Serilog.FullNetFx.dll -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/lib/net40/Serilog.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/lib/net40/Serilog.XML -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/lib/net40/Serilog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/lib/net40/Serilog.dll -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/lib/net45/Serilog.FullNetFx.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/lib/net45/Serilog.FullNetFx.XML -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/lib/net45/Serilog.FullNetFx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/lib/net45/Serilog.FullNetFx.dll -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/lib/net45/Serilog.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/lib/net45/Serilog.XML -------------------------------------------------------------------------------- /packages/Serilog.1.5.14/lib/net45/Serilog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/packages/Serilog.1.5.14/lib/net45/Serilog.dll -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.0/lib/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.0/ref/netcoreapp2.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/System.Diagnostics.DiagnosticSource.4.4.0/version.txt: -------------------------------------------------------------------------------- 1 | d6210f5a6924725f855bbeda567d6a9fcf9caf1c 2 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/readme.md -------------------------------------------------------------------------------- /release-checklist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/release-checklist.txt -------------------------------------------------------------------------------- /src/Common.Logging.ApplicationInsights0170/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.ApplicationInsights0170/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.ApplicationInsights0170/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.ApplicationInsights0170/packages.config -------------------------------------------------------------------------------- /src/Common.Logging.ApplicationInsights240/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.ApplicationInsights240/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.ApplicationInsights240/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.ApplicationInsights240/packages.config -------------------------------------------------------------------------------- /src/Common.Logging.Core.DotNetCore/project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core.DotNetCore/project.json -------------------------------------------------------------------------------- /src/Common.Logging.Core/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Core/Common.Logging.Core.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Common.Logging.Core.2010.csproj -------------------------------------------------------------------------------- /src/Common.Logging.Core/Common.Logging.Core.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Common.Logging.Core.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.Core/Logging/FormatMessageHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Logging/FormatMessageHandler.cs -------------------------------------------------------------------------------- /src/Common.Logging.Core/Logging/IConfigurationReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Logging/IConfigurationReader.cs -------------------------------------------------------------------------------- /src/Common.Logging.Core/Logging/ILog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Logging/ILog.cs -------------------------------------------------------------------------------- /src/Common.Logging.Core/Logging/ILogManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Logging/ILogManager.cs -------------------------------------------------------------------------------- /src/Common.Logging.Core/Logging/ILoggerFactoryAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Logging/ILoggerFactoryAdapter.cs -------------------------------------------------------------------------------- /src/Common.Logging.Core/Logging/INestedVariablesContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Logging/INestedVariablesContext.cs -------------------------------------------------------------------------------- /src/Common.Logging.Core/Logging/IVariablesContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Logging/IVariablesContext.cs -------------------------------------------------------------------------------- /src/Common.Logging.Core/Logging/LogLevel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Core/Logging/LogLevel.cs -------------------------------------------------------------------------------- /src/Common.Logging.DotNetCore/project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.DotNetCore/project.json -------------------------------------------------------------------------------- /src/Common.Logging.ETWLogger/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.ETWLogger/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.ETWLogger/Common.Logging.ETWLogger.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.ETWLogger/Common.Logging.ETWLogger.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.ETWLogger/Logging/ETW/ETWLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.ETWLogger/Logging/ETW/ETWLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging.ETWLogger/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.ETWLogger/packages.config -------------------------------------------------------------------------------- /src/Common.Logging.EntLib31/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib31/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib31/Common.Logging.EntLib31.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib31/Common.Logging.EntLib31.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.EntLib31/Logging/EntLib/EntLibLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib31/Logging/EntLib/EntLibLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib31/Logging/EntLib/SeverityFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib31/Logging/EntLib/SeverityFilter.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib41/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib41/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib41/Common.Logging.EntLib41.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib41/Common.Logging.EntLib41.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.EntLib41/Logging/EntLib/EntLibLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib41/Logging/EntLib/EntLibLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib41/Logging/EntLib/SeverityFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib41/Logging/EntLib/SeverityFilter.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib50/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib50/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib50/Common.Logging.EntLib50.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib50/Common.Logging.EntLib50.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.EntLib50/Logging/EntLib/EntLibLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib50/Logging/EntLib/EntLibLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib50/Logging/EntLib/SeverityFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib50/Logging/EntLib/SeverityFilter.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib60/AssemblyDoc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib60/AssemblyDoc.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib60/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib60/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib60/Common.Logging.EntLib60.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib60/Common.Logging.EntLib60.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.EntLib60/Logging/EntLib/EntLibLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib60/Logging/EntLib/EntLibLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib60/Logging/EntLib/NamespaceDoc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib60/Logging/EntLib/NamespaceDoc.cs -------------------------------------------------------------------------------- /src/Common.Logging.EntLib60/Logging/EntLib/SeverityFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.EntLib60/Logging/EntLib/SeverityFilter.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net1210/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net1210/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net1211/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net1211/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net1212/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net1212/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net1213/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net1213/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net1215/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net1215/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net129/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net129/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net206/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net206/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net207/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net207/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Log4Net208/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Log4Net208/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.MultipleLogger/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.MultipleLogger/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog10/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog10/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog10/Common.Logging.NLog10.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog10/Common.Logging.NLog10.2010.csproj -------------------------------------------------------------------------------- /src/Common.Logging.NLog10/Common.Logging.NLog10.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog10/Common.Logging.NLog10.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog10/Logging/NLog/NLogLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog10/Logging/NLog/NLogLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog20/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog20/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog20/Common.Logging.NLog20.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog20/Common.Logging.NLog20.2010.csproj -------------------------------------------------------------------------------- /src/Common.Logging.NLog20/Common.Logging.NLog20.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog20/Common.Logging.NLog20.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog21/AssemblyDoc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog21/AssemblyDoc.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog21/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog21/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog21/Common.Logging.NLog20.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog21/Common.Logging.NLog20.xml -------------------------------------------------------------------------------- /src/Common.Logging.NLog21/Common.Logging.NLog21.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog21/Common.Logging.NLog21.2010.csproj -------------------------------------------------------------------------------- /src/Common.Logging.NLog21/Common.Logging.NLog21.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog21/Common.Logging.NLog21.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog21/Logging/NLog/NamespaceDoc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog21/Logging/NLog/NamespaceDoc.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog30/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog30/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog30/Common.Logging.NLog30.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog30/Common.Logging.NLog30.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog31/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog31/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog31/Common.Logging.NLog31.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog31/Common.Logging.NLog31.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog32/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog32/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog32/Common.Logging.NLog32.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog32/Common.Logging.NLog32.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog40/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog40/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog40/Common.Logging.NLog40.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog40/Common.Logging.NLog40.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog41/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog41/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog41/Common.Logging.NLog41.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog41/Common.Logging.NLog41.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog4411/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog4411/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog4411/Common.Logging.NLog4411.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog4411/Common.Logging.NLog4411.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog4412/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog4412/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog4412/Common.Logging.NLog4412.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog4412/Common.Logging.NLog4412.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog4412/Common.Logging.NLog4412.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog4412/Common.Logging.NLog4412.xml -------------------------------------------------------------------------------- /src/Common.Logging.NLog443/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog443/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog443/Common.Logging.NLog443.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog443/Common.Logging.NLog443.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.NLog444/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog444/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.NLog444/Common.Logging.NLog444.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.NLog444/Common.Logging.NLog444.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.Portable/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Portable/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Portable/Common.Logging.Portable.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Portable/Common.Logging.Portable.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.Portable/CoverageExcludeAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Portable/CoverageExcludeAttribute.cs -------------------------------------------------------------------------------- /src/Common.Logging.Portable/Logging/LogManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Portable/Logging/LogManager.cs -------------------------------------------------------------------------------- /src/Common.Logging.Portable/Logging/Simple/DebugLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Portable/Logging/Simple/DebugLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging.Portable/Logging/Simple/NoOpLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Portable/Logging/Simple/NoOpLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging.Serilog1514/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Serilog1514/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.Serilog1514/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.Serilog1514/packages.config -------------------------------------------------------------------------------- /src/Common.Logging.WinRT.2010/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.WinRT.2010/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/Common.Logging.WinRT.2010/Common.Logging.WinRT.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.WinRT.2010/Common.Logging.WinRT.nuspec -------------------------------------------------------------------------------- /src/Common.Logging.WinRT.2010/ReflectionExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging.WinRT.2010/ReflectionExtensionMethods.cs -------------------------------------------------------------------------------- /src/Common.Logging/Common.Logging.2010-net40.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging/Common.Logging.2010-net40.csproj -------------------------------------------------------------------------------- /src/Common.Logging/Common.Logging.2010-sl40.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging/Common.Logging.2010-sl40.csproj -------------------------------------------------------------------------------- /src/Common.Logging/Common.Logging.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging/Common.Logging.2010.csproj -------------------------------------------------------------------------------- /src/Common.Logging/Common.Logging.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging/Common.Logging.nuspec -------------------------------------------------------------------------------- /src/Common.Logging/Logging/ConfigurationSectionHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging/Logging/ConfigurationSectionHandler.cs -------------------------------------------------------------------------------- /src/Common.Logging/Logging/Simple/ConsoleOutLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging/Logging/Simple/ConsoleOutLogger.cs -------------------------------------------------------------------------------- /src/Common.Logging/Logging/Simple/TraceLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/Common.Logging/Logging/Simple/TraceLogger.cs -------------------------------------------------------------------------------- /src/CommonAssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/CommonAssemblyInfo.cs -------------------------------------------------------------------------------- /src/CommonAssemblyInfo.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/src/CommonAssemblyInfo.cs.template -------------------------------------------------------------------------------- /test/Common.Logging.BinaryCompatibility.Tests/TestRunner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.BinaryCompatibility.Tests/TestRunner.cs -------------------------------------------------------------------------------- /test/Common.Logging.ETWLogger.Tests/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.ETWLogger.Tests/packages.config -------------------------------------------------------------------------------- /test/Common.Logging.EntLib31.Integration.Tests/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.EntLib31.Integration.Tests/app.config -------------------------------------------------------------------------------- /test/Common.Logging.EntLib41.Integration.Tests/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.EntLib41.Integration.Tests/app.config -------------------------------------------------------------------------------- /test/Common.Logging.EntLib50.Tests.Integration/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.EntLib50.Tests.Integration/app.config -------------------------------------------------------------------------------- /test/Common.Logging.EntLib60.Tests.Integration/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.EntLib60.Tests.Integration/app.config -------------------------------------------------------------------------------- /test/Common.Logging.Integration.Tests.Vb/Class1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Integration.Tests.Vb/Class1.vb -------------------------------------------------------------------------------- /test/Common.Logging.Integration.Tests/AnotherClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Integration.Tests/AnotherClass.cs -------------------------------------------------------------------------------- /test/Common.Logging.Integration.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Integration.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.Integration.Tests/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Integration.Tests/Class1.cs -------------------------------------------------------------------------------- /test/Common.Logging.MultipleLogger.Tests/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.MultipleLogger.Tests/App.config -------------------------------------------------------------------------------- /test/Common.Logging.NLog10.Integration.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog10.Integration.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog10.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog10.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog20.Integration.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog20.Integration.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog20.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog20.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog21.Integration.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog21.Integration.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog21.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog21.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog30.Integration.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog30.Integration.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog30.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog30.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog31.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog31.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog32.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog32.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog40.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog40.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog41.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog41.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog4411.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog4411.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog4412.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog4412.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog443.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog443.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.NLog444.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.NLog444.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.Serilog1514.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Serilog1514.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.TestUtils/Logging/ILogTestsBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.TestUtils/Logging/ILogTestsBase.cs -------------------------------------------------------------------------------- /test/Common.Logging.TestUtils/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.TestUtils/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.TestUtils/TestUtil/SecurityTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.TestUtils/TestUtil/SecurityTemplate.cs -------------------------------------------------------------------------------- /test/Common.Logging.TestUtils/TestUtil/TraceEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.TestUtils/TestUtil/TraceEventArgs.cs -------------------------------------------------------------------------------- /test/Common.Logging.TestUtils/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.TestUtils/app.config -------------------------------------------------------------------------------- /test/Common.Logging.Tests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Common.Logging.Tests/Common.Logging.Tests.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/Common.Logging.Tests.2010.csproj -------------------------------------------------------------------------------- /test/Common.Logging.Tests/ExceptionsTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/ExceptionsTest.cs -------------------------------------------------------------------------------- /test/Common.Logging.Tests/Logging/LogManagerTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/Logging/LogManagerTests.cs -------------------------------------------------------------------------------- /test/Common.Logging.Tests/Logging/LoggingExceptionTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/Logging/LoggingExceptionTests.cs -------------------------------------------------------------------------------- /test/Common.Logging.Tests/MethodInvokePerformanceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/MethodInvokePerformanceTests.cs -------------------------------------------------------------------------------- /test/Common.Logging.Tests/PerformanceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/PerformanceTests.cs -------------------------------------------------------------------------------- /test/Common.Logging.Tests/StandardsComplianceTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/StandardsComplianceTest.cs -------------------------------------------------------------------------------- /test/Common.Logging.Tests/StopWatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/StopWatch.cs -------------------------------------------------------------------------------- /test/Common.Logging.Tests/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/test/Common.Logging.Tests/app.config -------------------------------------------------------------------------------- /tools/NCover/CoverLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/CoverLib.dll -------------------------------------------------------------------------------- /tools/NCover/Coverage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/Coverage.xsl -------------------------------------------------------------------------------- /tools/NCover/MSVCP80.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/MSVCP80.dll -------------------------------------------------------------------------------- /tools/NCover/MSVCR80.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/MSVCR80.dll -------------------------------------------------------------------------------- /tools/NCover/Microsoft.VC80.CRT.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/Microsoft.VC80.CRT.manifest -------------------------------------------------------------------------------- /tools/NCover/NCover.Console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/NCover.Console.exe -------------------------------------------------------------------------------- /tools/NCover/NCover.Console.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/NCover.Console.exe.config -------------------------------------------------------------------------------- /tools/NCover/NCover.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/NCover.Framework.dll -------------------------------------------------------------------------------- /tools/NCover/NCoverFAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCover/NCoverFAQ.html -------------------------------------------------------------------------------- /tools/NCoverExplorer/ActiproEULA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/ActiproEULA.html -------------------------------------------------------------------------------- /tools/NCoverExplorer/ActiproSoftware.Shared.Net11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/ActiproSoftware.Shared.Net11.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/ActiproSoftware.WinUICore.Net11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/ActiproSoftware.WinUICore.Net11.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/CommandBars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/CommandBars.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/ConsoleConfig.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/ConsoleConfig.xsd -------------------------------------------------------------------------------- /tools/NCoverExplorer/ConsoleExample.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/ConsoleExample.config -------------------------------------------------------------------------------- /tools/NCoverExplorer/CoverageReport.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/CoverageReport.xsl -------------------------------------------------------------------------------- /tools/NCoverExplorer/CoverageReport.xsl.original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/CoverageReport.xsl.original -------------------------------------------------------------------------------- /tools/NCoverExplorer/LicencePersonal.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/LicencePersonal.rtf -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.Console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorer.Console.exe -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorer.Core.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.NAntTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorer.NAntTasks.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.NCoverRunner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorer.NCoverRunner.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.WinForms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorer.WinForms.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorer.exe -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorer.exe.config -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorerFAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorerFAQ.html -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorerReleaseNotes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/NCoverExplorer/NCoverExplorerReleaseNotes.html -------------------------------------------------------------------------------- /tools/Net-Portability-Analyzer/ApiPort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/Net-Portability-Analyzer/ApiPort.exe -------------------------------------------------------------------------------- /tools/nant/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/COPYING.txt -------------------------------------------------------------------------------- /tools/nant/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/README.txt -------------------------------------------------------------------------------- /tools/nant/bin/Macrodef.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/Macrodef.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.CompressionTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.CompressionTasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.CompressionTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.CompressionTasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.Core.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.Core.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.DotNetTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.DotNetTasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.DotNetTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.DotNetTasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.MSNetTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.MSNetTasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.MSNetTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.MSNetTasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.NUnit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.NUnit.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.NUnit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.NUnit.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.NUnit1Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.NUnit1Tasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.NUnit1Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.NUnit1Tasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.NUnit2Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.NUnit2Tasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.NUnit2Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.NUnit2Tasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.SourceControlTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.SourceControlTasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.SourceControlTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.SourceControlTasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.VSNetTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.VSNetTasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.VSNetTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.VSNetTasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.VisualCppTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.VisualCppTasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.VisualCppTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.VisualCppTasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.Win32Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.Win32Tasks.dll -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.Win32Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.Win32Tasks.xml -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.exe -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.exe.config -------------------------------------------------------------------------------- /tools/nant/bin/NAnt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NAnt.xml -------------------------------------------------------------------------------- /tools/nant/bin/NDoc.Documenter.NAnt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/NDoc.Documenter.NAnt.dll -------------------------------------------------------------------------------- /tools/nant/bin/extensions/common/2.0/NAnt.MSBuild.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/extensions/common/2.0/NAnt.MSBuild.dll -------------------------------------------------------------------------------- /tools/nant/bin/extensions/common/2.0/NAnt.MSBuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/extensions/common/2.0/NAnt.MSBuild.xml -------------------------------------------------------------------------------- /tools/nant/bin/lib/ICSharpCode.SharpCvsLib.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/ICSharpCode.SharpCvsLib.Console.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/ICSharpCode.SharpCvsLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/ICSharpCode.SharpCvsLib.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/NUnitCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/NUnitCore.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/1.1/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/1.1/nunit-console-runner.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/1.1/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/1.1/nunit-console.exe -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/1.1/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/1.1/nunit.core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/1.1/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/1.1/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/1.1/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/1.1/nunit.util.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/2.0/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/2.0/nunit-console-runner.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/2.0/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/2.0/nunit-console.exe -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/2.0/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/2.0/nunit.core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/2.0/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/2.0/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/2.0/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/2.0/nunit.util.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/neutral/NDoc.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/neutral/NDoc.Core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/neutral/NDoc.Documenter.Msdn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/neutral/NDoc.Documenter.Msdn.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/neutral/NDoc.ExtendedUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/neutral/NDoc.ExtendedUI.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/common/neutral/NUnitCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/common/neutral/NUnitCore.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/1.0/NDoc.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/1.0/NDoc.Core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/1.0/NDoc.Documenter.Msdn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/1.0/NDoc.Documenter.Msdn.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/1.0/NDoc.ExtendedUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/1.0/NDoc.ExtendedUI.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/1.0/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/1.0/nunit.core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/1.0/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/1.0/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/1.0/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/1.0/nunit.util.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/2.0/NDoc.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/2.0/NDoc.Core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/2.0/NDoc.Documenter.Msdn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/2.0/NDoc.Documenter.Msdn.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/2.0/NDoc.ExtendedUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/2.0/NDoc.ExtendedUI.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/2.0/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/2.0/nunit.core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/2.0/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/2.0/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/mono/2.0/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/mono/2.0/nunit.util.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.0/NDoc.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.0/NDoc.Core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.0/NDoc.Documenter.Msdn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.0/NDoc.Documenter.Msdn.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.0/NDoc.ExtendedUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.0/NDoc.ExtendedUI.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.0/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.0/nunit-console-runner.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.0/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.0/nunit-console.exe -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.0/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.0/nunit.core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.0/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.0/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.0/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.0/nunit.util.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.1/NDoc.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.1/NDoc.Core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.1/NDoc.Documenter.Msdn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.1/NDoc.Documenter.Msdn.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.1/NDoc.ExtendedUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.1/NDoc.ExtendedUI.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.1/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.1/nunit.core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.1/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.1/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/1.1/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/1.1/nunit.util.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/2.0/NDoc.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/2.0/NDoc.Core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/2.0/NDoc.Documenter.Msdn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/2.0/NDoc.Documenter.Msdn.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/2.0/NDoc.ExtendedUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/2.0/NDoc.ExtendedUI.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/2.0/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/2.0/nunit.core.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/2.0/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/2.0/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nant/bin/lib/net/2.0/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/lib/net/2.0/nunit.util.dll -------------------------------------------------------------------------------- /tools/nant/bin/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/log4net.dll -------------------------------------------------------------------------------- /tools/nant/bin/scvs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/bin/scvs.exe -------------------------------------------------------------------------------- /tools/nant/schema/nant.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nant/schema/nant.xsd -------------------------------------------------------------------------------- /tools/ndoc3/Interop.MSHelpCompiler.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/Interop.MSHelpCompiler.dll -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3.Core.dll -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3.Core.pdb -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3.Documenter.Msdn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3.Documenter.Msdn.dll -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3.Documenter.Msdn.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3.Documenter.Msdn.pdb -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3.Documenter.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3.Documenter.Xml.dll -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3.Documenter.Xml.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3.Documenter.Xml.pdb -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3.ExtendedUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3.ExtendedUI.dll -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3.ExtendedUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3.ExtendedUI.pdb -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3Console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3Console.exe -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3Console.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3Console.pdb -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3Gui.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3Gui.exe -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3Gui.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3Gui.exe.manifest -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3Gui.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3Gui.pdb -------------------------------------------------------------------------------- /tools/ndoc3/NDoc3UsersGuide.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/ndoc3/NDoc3UsersGuide.chm -------------------------------------------------------------------------------- /tools/nuget/NuGet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nuget/NuGet.exe -------------------------------------------------------------------------------- /tools/nunit/NUnitFitTests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/NUnitFitTests.html -------------------------------------------------------------------------------- /tools/nunit/NUnitTests.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/NUnitTests.config -------------------------------------------------------------------------------- /tools/nunit/NUnitTests.nunit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/NUnitTests.nunit -------------------------------------------------------------------------------- /tools/nunit/agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/agent.conf -------------------------------------------------------------------------------- /tools/nunit/agent.log.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/agent.log.conf -------------------------------------------------------------------------------- /tools/nunit/framework/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/framework/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nunit/framework/nunit.framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/framework/nunit.framework.xml -------------------------------------------------------------------------------- /tools/nunit/framework/nunit.mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/framework/nunit.mocks.dll -------------------------------------------------------------------------------- /tools/nunit/framework/pnunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/framework/pnunit.framework.dll -------------------------------------------------------------------------------- /tools/nunit/launcher.log.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/launcher.log.conf -------------------------------------------------------------------------------- /tools/nunit/lib/Failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/Failure.png -------------------------------------------------------------------------------- /tools/nunit/lib/Ignored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/Ignored.png -------------------------------------------------------------------------------- /tools/nunit/lib/Inconclusive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/Inconclusive.png -------------------------------------------------------------------------------- /tools/nunit/lib/Skipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/Skipped.png -------------------------------------------------------------------------------- /tools/nunit/lib/Success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/Success.png -------------------------------------------------------------------------------- /tools/nunit/lib/fit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/fit.dll -------------------------------------------------------------------------------- /tools/nunit/lib/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/log4net.dll -------------------------------------------------------------------------------- /tools/nunit/lib/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/nunit-console-runner.dll -------------------------------------------------------------------------------- /tools/nunit/lib/nunit-gui-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/nunit-gui-runner.dll -------------------------------------------------------------------------------- /tools/nunit/lib/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/nunit.core.dll -------------------------------------------------------------------------------- /tools/nunit/lib/nunit.core.interfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/nunit.core.interfaces.dll -------------------------------------------------------------------------------- /tools/nunit/lib/nunit.fixtures.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/nunit.fixtures.dll -------------------------------------------------------------------------------- /tools/nunit/lib/nunit.uiexception.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/nunit.uiexception.dll -------------------------------------------------------------------------------- /tools/nunit/lib/nunit.uikit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/nunit.uikit.dll -------------------------------------------------------------------------------- /tools/nunit/lib/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/lib/nunit.util.dll -------------------------------------------------------------------------------- /tools/nunit/nunit-agent-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-agent-x86.exe -------------------------------------------------------------------------------- /tools/nunit/nunit-agent-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-agent-x86.exe.config -------------------------------------------------------------------------------- /tools/nunit/nunit-agent.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-agent.exe -------------------------------------------------------------------------------- /tools/nunit/nunit-agent.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-agent.exe.config -------------------------------------------------------------------------------- /tools/nunit/nunit-console-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-console-x86.exe -------------------------------------------------------------------------------- /tools/nunit/nunit-console-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-console-x86.exe.config -------------------------------------------------------------------------------- /tools/nunit/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-console.exe -------------------------------------------------------------------------------- /tools/nunit/nunit-console.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-console.exe.config -------------------------------------------------------------------------------- /tools/nunit/nunit-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-x86.exe -------------------------------------------------------------------------------- /tools/nunit/nunit-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit-x86.exe.config -------------------------------------------------------------------------------- /tools/nunit/nunit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit.exe -------------------------------------------------------------------------------- /tools/nunit/nunit.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit.exe.config -------------------------------------------------------------------------------- /tools/nunit/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nunit/pnunit-agent.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/pnunit-agent.exe -------------------------------------------------------------------------------- /tools/nunit/pnunit-agent.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/pnunit-agent.exe.config -------------------------------------------------------------------------------- /tools/nunit/pnunit-launcher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/pnunit-launcher.exe -------------------------------------------------------------------------------- /tools/nunit/pnunit-launcher.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/pnunit-launcher.exe.config -------------------------------------------------------------------------------- /tools/nunit/pnunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/pnunit.framework.dll -------------------------------------------------------------------------------- /tools/nunit/pnunit.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/pnunit.tests.dll -------------------------------------------------------------------------------- /tools/nunit/runFile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/runFile.exe -------------------------------------------------------------------------------- /tools/nunit/runFile.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/runFile.exe.config -------------------------------------------------------------------------------- /tools/nunit/runpnunit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/runpnunit.bat -------------------------------------------------------------------------------- /tools/nunit/test.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/test.conf -------------------------------------------------------------------------------- /tools/nunit/tests/loadtest-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/loadtest-assembly.dll -------------------------------------------------------------------------------- /tools/nunit/tests/mock-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/mock-assembly.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nonamespace-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nonamespace-assembly.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit-console.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit-console.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit-gui.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit-gui.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit.core.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit.core.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit.fixtures.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit.fixtures.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit.framework.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit.framework.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit.framework.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit.mocks.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit.mocks.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit.uiexception.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit.uiexception.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit.uikit.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit.uikit.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/nunit.util.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/nunit.util.tests.dll -------------------------------------------------------------------------------- /tools/nunit/tests/test-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/test-assembly.dll -------------------------------------------------------------------------------- /tools/nunit/tests/test-utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/test-utilities.dll -------------------------------------------------------------------------------- /tools/nunit/tests/timing-tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net-commons/common-logging/HEAD/tools/nunit/tests/timing-tests.dll --------------------------------------------------------------------------------