Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Tracing/HeuristicLabTracingPlugin.cs @ 1467

Last change on this file since 1467 was 1467, checked in by epitzer, 15 years ago

New simple tracing/logging plug-in (#524)

File size: 543 bytes
Line 
1using HeuristicLab.PluginInfrastructure;
2
3namespace HeuristicLab.Tracing {
4
5  [ClassInfo(Name = "HeuristicLab.Tracing-1.0")]
6  [PluginFile(Filename = "HeuristicLab.Tracing-1.0.dll", Filetype = PluginFileType.Assembly)]
7  [PluginFile(Filename = "log4net.dll", Filetype = PluginFileType.Assembly)]
8  [PluginFile(Filename = "log4net licence.txt", Filetype = PluginFileType.License)]
9  [PluginFile(Filename = "HeuristicLab.log4net.xml", Filetype = PluginFileType.Data)]
10  public class HeuristicLabPersistencePlugin : PluginBase {}
11
12}
Note: See TracBrowser for help on using the repository browser.