Sha256: c7ff84afdee5751e61381aa777b6bb1c853bc0d2284c88077b255d88c4a82992
Contents?: true
Size: 727 Bytes
Versions: 3
Compression:
Stored size: 727 Bytes
Contents
<?xml version="1.0" ?> <nlog> <extensions> <!-- Load assembly from the specified file the path is relative to the config file directory so you need to use bin/filename.dll for web applications --> <add assemblyFile="NLog.Extensions.dll" /> <!-- load assembly using the specified name --> <add assembly="NLog.Extensions" /> <!-- Load assembly from the specified file and prefix all targets and layout renderers with 'zzz' This can be used to avoid name clashes on extension dlls. --> <add prefix="zzz" assemblyFile="NLog.Extensions.dll" /> </extensions> </nlog>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nlog-1.0.0.505.20100822 | docs/examples/web/config4.nlog |
nlog-1.0.0.505 | docs/examples/web/config4.nlog |
nlog-1.0.0.505-mswin32 | docs/examples/web/config4.nlog |