- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Core/3.3/Log.cs
r14185 r14927 24 24 using System.Drawing; 25 25 using HeuristicLab.Common; 26 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;26 using HeuristicLab.Persistence; 27 27 using HeuristicLab.PluginInfrastructure; 28 28 29 29 namespace HeuristicLab.Core { 30 30 [Item("Log", "A log for logging string messages.")] 31 [Storable Class]31 [StorableType("655d94e0-8058-42e8-9a44-6b43c83887e0")] 32 32 public sealed class Log : Item, ILog, IStorableContent { 33 33 public string Filename { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.