-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNChronicle.Core.nuspec
More file actions
54 lines (52 loc) · 3.2 KB
/
NChronicle.Core.nuspec
File metadata and controls
54 lines (52 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<package >
<metadata>
<id>NChronicle.Core</id>
<title>NChronicle.Core</title>
<version>1.1.1</version>
<authors>Andy James</authors>
<owners>Andy James</owners>
<licenseUrl>https://git.npanda.io/NChronicle/NChronicle.Core/raw/master/LICENSE</licenseUrl>
<projectUrl>https://git.npanda.io/NChronicle/NChronicle.Core</projectUrl>
<iconUrl>https://git.npanda.io/uploads/-/system/project/avatar/9/NChronicle_Logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>
NChronicle is an extensible logging and output library allowing centralized management and distribution of log messages to a number of logging destinations (known as 'Libraries'). NChronicle.Core is the core functionality and abstraction layer for all NChronicle Libraries.
</summary>
<description>
NChronicle is an extensible logging and output library allowing centralized management and distribution of log messages to a number of logging destinations (known as 'Libraries').
NChronicle.Core is the core functionality and abstraction layer for all of these Libraries.
NChronicle.Core supports multiple levels of logging (Success, Info, Debug, Warning, Error, and Critical) and custom tagging of messages so logs are more findable and manageable. NChronicle allows configuration programmatically or via a live monitored XML configuration file.
NChronicle.Console is available as a highly configurable NChronicle Library dispatching log messages to STDOUT / the Console.
NChronicle.File is also available as a extensive NChronicle Library writing log message to a file with flexible retention controls.
NChronicle.SMTP is a comprehensive SMTP email NChronicle Library sending log messages in customizable email messages.
Further Libraries planned for the NChronicle logging framework include NChronicle.EventVwr, NChronicle.API and NChronicle.Owin.
</description>
<dependencies>
<group targetFramework="netstandard1.4">
<dependency id="System.IO.FileSystem" version="4.3.0" />
<dependency id="System.IO.FileSystem.Watcher" version="4.3.0" />
<dependency id="System.Reflection" version="4.3.0" />
<dependency id="System.Threading.Timer" version="4.3.0" />
<dependency id="System.Xml.ReaderWriter" version="4.3.0" />
<dependency id="System.Xml.XmlSerializer" version="4.3.0" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="net40" />
<frameworkAssembly assemblyName="System.Xml" targetFramework="net40" />
</frameworkAssemblies>
<language>en-US</language>
<releaseNotes>
Added documentation to intellisense
</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>NChronicle Events Audit Logging Log Trail Recording History Tracking Output</tags>
</metadata>
<files>
<file src="bin/Release/netfx4.0/NChronicle.Core.XML" target="lib\net40" />
<file src="bin/Release/netfx4.0/NChronicle.Core.dll" target="lib\net40" />
<file src="bin/Release/netstandard1.4/NChronicle.Core.dll" target="lib\netstandard1.4" />
<file src="bin/Release/netstandard1.4/NChronicle.Core.xml" target="lib\netstandard1.4" />
</files>
</package>