--- !ruby/object:Gem::Specification 
name: nlog
version: !ruby/object:Gem::Version 
  hash: 40200919
  prerelease: false
  segments: 
  - 1
  - 0
  - 0
  - 505
  - 20100822
  version: 1.0.0.505.20100822
platform: ruby
authors: 
- Jaroslaw Kowalski
autorequire: 
bindir: bin
cert_chain: []

date: 2010-08-22 00:00:00 -05:00
default_executable: 
dependencies: []

description: |
  NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity. It uses familar logger pattern known from log4xxx. 
  NLog is very easy to use and configure, both through Configuration File and programmatically at runtime. Advanced routing options include buffering, asynchronous logging, load balancing, failover, and more. 

email: 
executables: []

extensions: []

extra_rdoc_files: []

files: 
- lib/Mono 1.0/NLog.dll
- lib/Mono 1.0/NLog.xml
- lib/Mono 1.0/NLog.xsd
- lib/Mono 1.0/Policy.1.0.NLog.dll
- lib/Mono 1.0/Policy.1.0.NLog.xml
- lib/Mono 2.0/NLog.dll
- lib/Mono 2.0/NLog.xml
- lib/Mono 2.0/NLog.xsd
- lib/Mono 2.0/Policy.1.0.NLog.dll
- lib/Mono 2.0/Policy.1.0.NLog.xml
- lib/NET Compact Framework 1.0/NLog.dll
- lib/NET Compact Framework 1.0/NLog.xml
- lib/NET Compact Framework 2.0/NLog.dll
- lib/NET Compact Framework 2.0/NLog.xml
- lib/NET Framework 1.0/NLog.ComInterop.dll
- lib/NET Framework 1.0/NLog.ComInterop.xml
- lib/NET Framework 1.0/NLog.dll
- lib/NET Framework 1.0/NLog.xml
- lib/NET Framework 1.0/NLog.xsd
- lib/NET Framework 1.0/NLogC.dll
- lib/NET Framework 1.0/NLogC.exp
- lib/NET Framework 1.0/NLogC.lib
- lib/NET Framework 1.0/NLogC.pdb
- lib/NET Framework 1.0/Policy.1.0.NLog.dll
- lib/NET Framework 1.0/Policy.1.0.NLog.xml
- lib/NET Framework 1.1/NLog.ComInterop.dll
- lib/NET Framework 1.1/NLog.ComInterop.xml
- lib/NET Framework 1.1/NLog.dll
- lib/NET Framework 1.1/NLog.xml
- lib/NET Framework 1.1/NLog.xsd
- lib/NET Framework 1.1/NLogC.dll
- lib/NET Framework 1.1/NLogC.exp
- lib/NET Framework 1.1/NLogC.lib
- lib/NET Framework 1.1/NLogC.pdb
- lib/NET Framework 1.1/Policy.1.0.NLog.dll
- lib/NET Framework 1.1/Policy.1.0.NLog.xml
- lib/NET Framework 2.0/NLog.ComInterop.dll
- lib/NET Framework 2.0/NLog.ComInterop.xml
- lib/NET Framework 2.0/NLog.dll
- lib/NET Framework 2.0/NLog.xml
- lib/NET Framework 2.0/NLog.xsd
- lib/NET Framework 2.0/NLogC.dll
- lib/NET Framework 2.0/NLogC.dll.manifest
- lib/NET Framework 2.0/NLogC.exp
- lib/NET Framework 2.0/NLogC.lib
- lib/NET Framework 2.0/NLogC.pdb
- lib/NET Framework 2.0/Policy.1.0.NLog.dll
- lib/NET Framework 2.0/Policy.1.0.NLog.xml
- docs/examples/ExtendingLoggers/InheritFromLogger/InheritFromLogger.csproj
- docs/examples/ExtendingLoggers/InheritFromLogger/InheritFromLogger.sln
- docs/examples/ExtendingLoggers/InheritFromLogger/NLog.config
- docs/examples/ExtendingLoggers/InheritFromLogger/Program.cs
- docs/examples/ExtendingLoggers/InheritFromLogger/Properties/AssemblyInfo.cs
- docs/examples/ExtendingLoggers/LoggerWrapper/LoggerWrapper.csproj
- docs/examples/ExtendingLoggers/LoggerWrapper/LoggerWrapper.sln
- docs/examples/ExtendingLoggers/LoggerWrapper/NLog.config
- docs/examples/ExtendingLoggers/LoggerWrapper/Program.cs
- docs/examples/ExtendingLoggers/LoggerWrapper/Properties/AssemblyInfo.cs
- docs/examples/ExtendingLoggers/README.html
- docs/examples/targets/Configuration API/All_Targets.sln
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/ASPNetBufferingWrapper.csproj
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/ASPNetBufferingWrapper.sln
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/Global.asax
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/Global.asax.cs
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/NormalPage.aspx
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/NormalPage.aspx.cs
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/NormalPage.aspx.designer.cs
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/PageWithWarnings.aspx
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/PageWithWarnings.aspx.cs
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/PageWithWarnings.aspx.designer.cs
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/Properties/AssemblyInfo.cs
- docs/examples/targets/Configuration API/ASPNetBufferingWrapper/Web.config
- docs/examples/targets/Configuration API/ASPNetTrace/ASPNetTraceTest.csproj
- docs/examples/targets/Configuration API/ASPNetTrace/ASPNetTraceTest.sln
- docs/examples/targets/Configuration API/ASPNetTrace/global.asax
- docs/examples/targets/Configuration API/ASPNetTrace/Global.asax.cs
- docs/examples/targets/Configuration API/ASPNetTrace/README.txt
- docs/examples/targets/Configuration API/ASPNetTrace/test.aspx
- docs/examples/targets/Configuration API/ASPNetTrace/web.config
- docs/examples/targets/Configuration API/AsyncWrapper/Wrapping File/AsyncWrapper.Wrapping File.csproj
- docs/examples/targets/Configuration API/AsyncWrapper/Wrapping File/AsyncWrapper.Wrapping File.sln
- docs/examples/targets/Configuration API/AsyncWrapper/Wrapping File/Example.cs
- docs/examples/targets/Configuration API/AutoFlushWrapper/Simple/AutoFlushWrapper.csproj
- docs/examples/targets/Configuration API/AutoFlushWrapper/Simple/AutoFlushWrapper.sln
- docs/examples/targets/Configuration API/AutoFlushWrapper/Simple/Example.cs
- docs/examples/targets/Configuration API/BufferingWrapper/Simple/BufferingWrapper.csproj
- docs/examples/targets/Configuration API/BufferingWrapper/Simple/BufferingWrapper.sln
- docs/examples/targets/Configuration API/BufferingWrapper/Simple/Example.cs
- docs/examples/targets/Configuration API/Chainsaw/Simple/Chainsaw.csproj
- docs/examples/targets/Configuration API/Chainsaw/Simple/Chainsaw.sln
- docs/examples/targets/Configuration API/Chainsaw/Simple/Example.cs
- docs/examples/targets/Configuration API/ColoredConsole/Row Highlighting/ColoredConsole.Row Highlighting.csproj
- docs/examples/targets/Configuration API/ColoredConsole/Row Highlighting/ColoredConsole.Row Highlighting.sln
- docs/examples/targets/Configuration API/ColoredConsole/Row Highlighting/Example.cs
- docs/examples/targets/Configuration API/ColoredConsole/Simple/ColoredConsole.csproj
- docs/examples/targets/Configuration API/ColoredConsole/Simple/ColoredConsole.sln
- docs/examples/targets/Configuration API/ColoredConsole/Simple/Example.cs
- docs/examples/targets/Configuration API/ColoredConsole/Word Highlighting/ColoredConsole.Word Highlighting.csproj
- docs/examples/targets/Configuration API/ColoredConsole/Word Highlighting/ColoredConsole.Word Highlighting.sln
- docs/examples/targets/Configuration API/ColoredConsole/Word Highlighting/Example.cs
- docs/examples/targets/Configuration API/Console/Simple/Console.csproj
- docs/examples/targets/Configuration API/Console/Simple/Console.sln
- docs/examples/targets/Configuration API/Console/Simple/Example.cs
- docs/examples/targets/Configuration API/Database/MSSQL/Database.MSSQL.csproj
- docs/examples/targets/Configuration API/Database/MSSQL/Database.MSSQL.sln
- docs/examples/targets/Configuration API/Database/MSSQL/Example.cs
- docs/examples/targets/Configuration API/Database/Oracle.Native/Database.Oracle.Native.csproj
- docs/examples/targets/Configuration API/Database/Oracle.Native/Database.Oracle.Native.sln
- docs/examples/targets/Configuration API/Database/Oracle.Native/Example.cs
- docs/examples/targets/Configuration API/Database/Oracle.OleDb/Database.Oracle.OleDb.csproj
- docs/examples/targets/Configuration API/Database/Oracle.OleDb/Database.Oracle.OleDb.sln
- docs/examples/targets/Configuration API/Database/Oracle.OleDb/Example.cs
- docs/examples/targets/Configuration API/Debug/Simple/Debug.csproj
- docs/examples/targets/Configuration API/Debug/Simple/Debug.sln
- docs/examples/targets/Configuration API/Debug/Simple/Example.cs
- docs/examples/targets/Configuration API/Debugger/Simple/Debugger.csproj
- docs/examples/targets/Configuration API/Debugger/Simple/Debugger.sln
- docs/examples/targets/Configuration API/Debugger/Simple/Example.cs
- docs/examples/targets/Configuration API/EventLog/Simple/EventLog.csproj
- docs/examples/targets/Configuration API/EventLog/Simple/EventLog.sln
- docs/examples/targets/Configuration API/EventLog/Simple/Example.cs
- docs/examples/targets/Configuration API/FallbackGroup/Simple/Example.cs
- docs/examples/targets/Configuration API/FallbackGroup/Simple/FallbackGroup.csproj
- docs/examples/targets/Configuration API/FallbackGroup/Simple/FallbackGroup.sln
- docs/examples/targets/Configuration API/File/Archive1/Example.cs
- docs/examples/targets/Configuration API/File/Archive1/File.Archive1.csproj
- docs/examples/targets/Configuration API/File/Archive1/File.Archive1.sln
- docs/examples/targets/Configuration API/File/Archive2/Example.cs
- docs/examples/targets/Configuration API/File/Archive2/File.Archive2.csproj
- docs/examples/targets/Configuration API/File/Archive2/File.Archive2.sln
- docs/examples/targets/Configuration API/File/Archive3/Example.cs
- docs/examples/targets/Configuration API/File/Archive3/File.Archive3.csproj
- docs/examples/targets/Configuration API/File/Archive3/File.Archive3.sln
- docs/examples/targets/Configuration API/File/Archive4/Example.cs
- docs/examples/targets/Configuration API/File/Archive4/File.Archive4.csproj
- docs/examples/targets/Configuration API/File/Archive4/File.Archive4.sln
- docs/examples/targets/Configuration API/File/Asynchronous/Example.cs
- docs/examples/targets/Configuration API/File/Asynchronous/File.Asynchronous.csproj
- docs/examples/targets/Configuration API/File/Asynchronous/File.Asynchronous.sln
- docs/examples/targets/Configuration API/File/CSV/Example.cs
- docs/examples/targets/Configuration API/File/CSV/File.CSV.csproj
- docs/examples/targets/Configuration API/File/CSV/File.CSV.sln
- docs/examples/targets/Configuration API/File/Multiple/Example.cs
- docs/examples/targets/Configuration API/File/Multiple/File.Multiple.csproj
- docs/examples/targets/Configuration API/File/Multiple/File.Multiple.sln
- docs/examples/targets/Configuration API/File/Multiple2/Example.cs
- docs/examples/targets/Configuration API/File/Multiple2/File.Multiple2.csproj
- docs/examples/targets/Configuration API/File/Multiple2/File.Multiple2.sln
- docs/examples/targets/Configuration API/File/Simple/Example.cs
- docs/examples/targets/Configuration API/File/Simple/File.csproj
- docs/examples/targets/Configuration API/File/Simple/File.sln
- docs/examples/targets/Configuration API/FilteringWrapper/Simple/Example.cs
- docs/examples/targets/Configuration API/FilteringWrapper/Simple/FilteringWrapper.csproj
- docs/examples/targets/Configuration API/FilteringWrapper/Simple/FilteringWrapper.sln
- docs/examples/targets/Configuration API/FormControl/Example.cs
- docs/examples/targets/Configuration API/FormControl/Form1.cs
- docs/examples/targets/Configuration API/FormControl/Form1.Designer.cs
- docs/examples/targets/Configuration API/FormControl/Form1.resx
- docs/examples/targets/Configuration API/FormControl/FormControl.csproj
- docs/examples/targets/Configuration API/FormControl/FormControl.sln
- docs/examples/targets/Configuration API/FormControl/Properties/AssemblyInfo.cs
- docs/examples/targets/Configuration API/FormControl/Properties/Resources.Designer.cs
- docs/examples/targets/Configuration API/FormControl/Properties/Resources.resx
- docs/examples/targets/Configuration API/FormControl/Properties/Settings.Designer.cs
- docs/examples/targets/Configuration API/FormControl/Properties/Settings.settings
- docs/examples/targets/Configuration API/Mail/Buffered/Example.cs
- docs/examples/targets/Configuration API/Mail/Buffered/Mail.Buffered.csproj
- docs/examples/targets/Configuration API/Mail/Buffered/Mail.Buffered.sln
- docs/examples/targets/Configuration API/Mail/Simple/Example.cs
- docs/examples/targets/Configuration API/Mail/Simple/Mail.csproj
- docs/examples/targets/Configuration API/Mail/Simple/Mail.sln
- docs/examples/targets/Configuration API/makeproject.pl
- docs/examples/targets/Configuration API/Memory/Simple/Example.cs
- docs/examples/targets/Configuration API/Memory/Simple/Memory.csproj
- docs/examples/targets/Configuration API/Memory/Simple/Memory.sln
- docs/examples/targets/Configuration API/MessageBox/Simple/Example.cs
- docs/examples/targets/Configuration API/MessageBox/Simple/MessageBox.csproj
- docs/examples/targets/Configuration API/MessageBox/Simple/MessageBox.sln
- docs/examples/targets/Configuration API/MethodCall/Simple/Example.cs
- docs/examples/targets/Configuration API/MethodCall/Simple/MethodCall.csproj
- docs/examples/targets/Configuration API/MethodCall/Simple/MethodCall.sln
- docs/examples/targets/Configuration API/MSMQ/Multiple Queues/Example.cs
- docs/examples/targets/Configuration API/MSMQ/Multiple Queues/MSMQ.Multiple Queues.csproj
- docs/examples/targets/Configuration API/MSMQ/Multiple Queues/MSMQ.Multiple Queues.sln
- docs/examples/targets/Configuration API/MSMQ/Simple/Example.cs
- docs/examples/targets/Configuration API/MSMQ/Simple/MSMQ.csproj
- docs/examples/targets/Configuration API/MSMQ/Simple/MSMQ.sln
- docs/examples/targets/Configuration API/Network/Simple/Example.cs
- docs/examples/targets/Configuration API/Network/Simple/Network.csproj
- docs/examples/targets/Configuration API/Network/Simple/Network.sln
- docs/examples/targets/Configuration API/NLogViewer/Simple/Example.cs
- docs/examples/targets/Configuration API/NLogViewer/Simple/NLogViewer.csproj
- docs/examples/targets/Configuration API/NLogViewer/Simple/NLogViewer.sln
- docs/examples/targets/Configuration API/Null/Simple/Example.cs
- docs/examples/targets/Configuration API/Null/Simple/Null.csproj
- docs/examples/targets/Configuration API/Null/Simple/Null.sln
- docs/examples/targets/Configuration API/OutputDebugString/Simple/Example.cs
- docs/examples/targets/Configuration API/OutputDebugString/Simple/OutputDebugString.csproj
- docs/examples/targets/Configuration API/OutputDebugString/Simple/OutputDebugString.sln
- docs/examples/targets/Configuration API/PerfCounter/Simple/Example.cs
- docs/examples/targets/Configuration API/PerfCounter/Simple/PerfCounter.csproj
- docs/examples/targets/Configuration API/PerfCounter/Simple/PerfCounter.sln
- docs/examples/targets/Configuration API/PostFilteringWrapper/Simple/Example.cs
- docs/examples/targets/Configuration API/PostFilteringWrapper/Simple/PostFilteringWrapper.csproj
- docs/examples/targets/Configuration API/PostFilteringWrapper/Simple/PostFilteringWrapper.sln
- docs/examples/targets/Configuration API/RandomizeGroup/Simple/Example.cs
- docs/examples/targets/Configuration API/RandomizeGroup/Simple/RandomizeGroup.csproj
- docs/examples/targets/Configuration API/RandomizeGroup/Simple/RandomizeGroup.sln
- docs/examples/targets/Configuration API/RepeatingWrapper/Simple/Example.cs
- docs/examples/targets/Configuration API/RepeatingWrapper/Simple/RepeatingWrapper.csproj
- docs/examples/targets/Configuration API/RepeatingWrapper/Simple/RepeatingWrapper.sln
- docs/examples/targets/Configuration API/RetryingWrapper/Simple/Example.cs
- docs/examples/targets/Configuration API/RetryingWrapper/Simple/RetryingWrapper.csproj
- docs/examples/targets/Configuration API/RetryingWrapper/Simple/RetryingWrapper.sln
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Example.cs
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Form1.cs
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Form1.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Form1.resx
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Properties/AssemblyInfo.cs
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Properties/Resources.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Properties/Resources.resx
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Properties/Settings.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/Properties/Settings.settings
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/RichTextBox.RowColoring.csproj
- docs/examples/targets/Configuration API/RichTextBox/RowColoring/RichTextBox.RowColoring.sln
- docs/examples/targets/Configuration API/RichTextBox/Simple/Example.cs
- docs/examples/targets/Configuration API/RichTextBox/Simple/Form1.cs
- docs/examples/targets/Configuration API/RichTextBox/Simple/Form1.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/Simple/Form1.resx
- docs/examples/targets/Configuration API/RichTextBox/Simple/Properties/AssemblyInfo.cs
- docs/examples/targets/Configuration API/RichTextBox/Simple/Properties/Resources.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/Simple/Properties/Resources.resx
- docs/examples/targets/Configuration API/RichTextBox/Simple/Properties/Settings.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/Simple/Properties/Settings.settings
- docs/examples/targets/Configuration API/RichTextBox/Simple/RichTextBox.csproj
- docs/examples/targets/Configuration API/RichTextBox/Simple/RichTextBox.sln
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Example.cs
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Form1.cs
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Form1.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Form1.resx
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Properties/AssemblyInfo.cs
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Properties/Resources.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Properties/Resources.resx
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Properties/Settings.Designer.cs
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/Properties/Settings.settings
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/RichTextBox.WordColoring.csproj
- docs/examples/targets/Configuration API/RichTextBox/WordColoring/RichTextBox.WordColoring.sln
- docs/examples/targets/Configuration API/RoundRobinGroup/Simple/Example.cs
- docs/examples/targets/Configuration API/RoundRobinGroup/Simple/RoundRobinGroup.csproj
- docs/examples/targets/Configuration API/RoundRobinGroup/Simple/RoundRobinGroup.sln
- docs/examples/targets/Configuration API/SplitGroup/Simple/Example.cs
- docs/examples/targets/Configuration API/SplitGroup/Simple/SplitGroup.csproj
- docs/examples/targets/Configuration API/SplitGroup/Simple/SplitGroup.sln
- docs/examples/targets/Configuration API/Template.csproj
- docs/examples/targets/Configuration API/Template.sln
- docs/examples/targets/Configuration API/Trace/Simple/Example.cs
- docs/examples/targets/Configuration API/Trace/Simple/Trace.csproj
- docs/examples/targets/Configuration API/Trace/Simple/Trace.sln
- docs/examples/targets/Configuration API/WebService/Simple/Example.cs
- docs/examples/targets/Configuration API/WebService/Simple/WebService.csproj
- docs/examples/targets/Configuration API/WebService/Simple/WebService.sln
- docs/examples/targets/Configuration API/WebService/Simple/WebService1/Properties/AssemblyInfo.cs
- docs/examples/targets/Configuration API/WebService/Simple/WebService1/Service1.asmx
- docs/examples/targets/Configuration API/WebService/Simple/WebService1/Service1.asmx.cs
- docs/examples/targets/Configuration API/WebService/Simple/WebService1/Web.config
- docs/examples/targets/Configuration API/WebService/Simple/WebService1/WebService1.csproj
- docs/examples/targets/Configuration File/ASPNetBufferingWrapper/web.nlog
- docs/examples/targets/Configuration File/ASPNetTrace/web.nlog
- docs/examples/targets/Configuration File/AsyncWrapper/NLog.config
- docs/examples/targets/Configuration File/AutoFlushWrapper/NLog.config
- docs/examples/targets/Configuration File/BufferingWrapper/NLog.config
- docs/examples/targets/Configuration File/Chainsaw/NLog.config
- docs/examples/targets/Configuration File/ColoredConsole/Row Highlighting/NLog.config
- docs/examples/targets/Configuration File/ColoredConsole/Simple/NLog.config
- docs/examples/targets/Configuration File/ColoredConsole/Word Highlighting/NLog.config
- docs/examples/targets/Configuration File/Console/NLog.config
- docs/examples/targets/Configuration File/Database/MSSQL/create_nlog_database.bat
- docs/examples/targets/Configuration File/Database/MSSQL/create_nlog_database.sql
- docs/examples/targets/Configuration File/Database/MSSQL/drop_nlog_database.bat
- docs/examples/targets/Configuration File/Database/MSSQL/drop_nlog_database.sql
- docs/examples/targets/Configuration File/Database/MSSQL/NLog.config
- docs/examples/targets/Configuration File/Database/Oracle.Native/NLog.config
- docs/examples/targets/Configuration File/Database/Oracle.OleDb/NLog.config
- docs/examples/targets/Configuration File/Debug/NLog.config
- docs/examples/targets/Configuration File/Debugger/NLog.config
- docs/examples/targets/Configuration File/EventLog/NLog.config
- docs/examples/targets/Configuration File/FallbackGroup/NLog.config
- docs/examples/targets/Configuration File/File/Archive1/NLog.config
- docs/examples/targets/Configuration File/File/Archive2/NLog.config
- docs/examples/targets/Configuration File/File/Archive3/NLog.config
- docs/examples/targets/Configuration File/File/Archive4/NLog.config
- docs/examples/targets/Configuration File/File/Asynchronous/NLog.config
- docs/examples/targets/Configuration File/File/CSV/NLog.config
- docs/examples/targets/Configuration File/File/Multiple/NLog.config
- docs/examples/targets/Configuration File/File/Multiple2/NLog.config
- docs/examples/targets/Configuration File/File/Simple/NLog.config
- docs/examples/targets/Configuration File/FilteringWrapper/NLog.config
- docs/examples/targets/Configuration File/FormControl/NLog.config
- docs/examples/targets/Configuration File/Mail/Buffered/NLog.config
- docs/examples/targets/Configuration File/Mail/Simple/NLog.config
- docs/examples/targets/Configuration File/Memory/NLog.config
- docs/examples/targets/Configuration File/MessageBox/NLog.config
- docs/examples/targets/Configuration File/MethodCall/NLog.config
- docs/examples/targets/Configuration File/MSMQ/Multiple/NLog.config
- docs/examples/targets/Configuration File/MSMQ/Simple/NLog.config
- docs/examples/targets/Configuration File/Network/NLog.config
- docs/examples/targets/Configuration File/NLogViewer/NLog.config
- docs/examples/targets/Configuration File/Null/NLog.config
- docs/examples/targets/Configuration File/OutputDebugString/NLog.config
- docs/examples/targets/Configuration File/PerfCounter/NLog.config
- docs/examples/targets/Configuration File/PostFilteringWrapper/NLog.config
- docs/examples/targets/Configuration File/RandomizeGroup/NLog.config
- docs/examples/targets/Configuration File/RepeatingWrapper/NLog.config
- docs/examples/targets/Configuration File/RetryingWrapper/NLog.config
- docs/examples/targets/Configuration File/RichTextBox/RowColoring/NLog.config
- docs/examples/targets/Configuration File/RichTextBox/Simple/NLog.config
- docs/examples/targets/Configuration File/RichTextBox/WordColoring/NLog.config
- docs/examples/targets/Configuration File/RoundRobinGroup/NLog.config
- docs/examples/targets/Configuration File/SplitGroup/NLog.config
- docs/examples/targets/Configuration File/Trace/NLog.config
- docs/examples/targets/Configuration File/WebService/NLog.config
- docs/examples/targets/Configuration File/WebService/WebService1/Properties/AssemblyInfo.cs
- docs/examples/targets/Configuration File/WebService/WebService1/Service1.asmx
- docs/examples/targets/Configuration File/WebService/WebService1/Service1.asmx.cs
- docs/examples/targets/Configuration File/WebService/WebService1/Web.config
- docs/examples/targets/Configuration File/WebService/WebService1/WebService1.csproj
- docs/examples/targets/Configuration File/WebService/WebService1/WebService1.sln
- docs/examples/targets/Screenshots/ASPNetTrace/ASPNetTraceOutput1.gif
- docs/examples/targets/Screenshots/ASPNetTrace/ASPNetTraceOutput2.gif
- docs/examples/targets/Screenshots/ColoredConsole/Row Highlighting.gif
- docs/examples/targets/Screenshots/ColoredConsole/Simple.gif
- docs/examples/targets/Screenshots/ColoredConsole/Word Highlighting.gif
- docs/examples/targets/Screenshots/FormControl/FormControl.gif
- docs/examples/targets/Screenshots/MessageBox/MessageBoxTarget.gif
- docs/examples/targets/Screenshots/Network/Output.gif
- docs/examples/targets/Screenshots/RichTextBox/RowColoring.gif
- docs/examples/targets/Screenshots/RichTextBox/Simple.gif
- docs/examples/targets/Screenshots/RichTextBox/WordColoring.gif
- docs/examples/web/AddFilter.cs
- docs/examples/web/AddLayoutRenderer.cs
- docs/examples/web/AddTarget.cs
- docs/examples/web/app.config
- docs/examples/web/article1.cs
- docs/examples/web/article2.cs
- docs/examples/web/article3.nlog
- docs/examples/web/article4.nlog
- docs/examples/web/article5.nlog
- docs/examples/web/article6.nlog
- docs/examples/web/benchmark_log4net.cs
- docs/examples/web/benchmark_nlog.cs
- docs/examples/web/config1.nlog
- docs/examples/web/config10.nlog
- docs/examples/web/config11.nlog
- docs/examples/web/config12.nlog
- docs/examples/web/config2.nlog
- docs/examples/web/config3.nlog
- docs/examples/web/config4.nlog
- docs/examples/web/config5.nlog
- docs/examples/web/config6.nlog
- docs/examples/web/config7.nlog
- docs/examples/web/config8.nlog
- docs/examples/web/config8a.nlog
- docs/examples/web/config9.nlog
- docs/examples/web/GetCurrentClassLogger.cs
- docs/examples/web/GetLogger.cs
- docs/examples/web/MyFirstFilter.cs
- docs/examples/web/MyFirstLayoutRenderer.cs
- docs/examples/web/MyFirstTarget.cs
- docs/examples/web/NLogC.cpp
- docs/examples/web/NLogCdef.cpp
- docs/examples/web/Performance.cs
- docs/examples/web/test.js
- docs/examples/web/test.vbs
- docs/examples/web/tutorial.cs
- docs/LICENSE.txt
- docs/NLog.chm
- docs/NLogC FAQ.txt
- docs/README.txt
has_rdoc: true
homepage: http://nlog-project.org/
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: nlog
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: NLog - Advanced .NET Logging
test_files: []