aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Core/ExtendedObject.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-03-15 16:12:43 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-03-15 16:12:43 +0200
commitffe61a7cf745230b1436dbedf1610af72a618a0c (patch)
tree6002737dd72c2e7237637aad3b3b23358ba8eb8e /Software/Visual_Studio/Tango.Core/ExtendedObject.cs
parentd6f46df0e9ccd08276912bcdcded246de0bc4447 (diff)
downloadTango-ffe61a7cf745230b1436dbedf1610af72a618a0c.tar.gz
Tango-ffe61a7cf745230b1436dbedf1610af72a618a0c.zip
Working on machine events.
Diffstat (limited to 'Software/Visual_Studio/Tango.Core/ExtendedObject.cs')
-rw-r--r--Software/Visual_Studio/Tango.Core/ExtendedObject.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Core/ExtendedObject.cs b/Software/Visual_Studio/Tango.Core/ExtendedObject.cs
index 6cccbe425..72120dc6b 100644
--- a/Software/Visual_Studio/Tango.Core/ExtendedObject.cs
+++ b/Software/Visual_Studio/Tango.Core/ExtendedObject.cs
@@ -8,6 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows;
using Tango.Core.Commands;
+using Tango.Logging;
namespace Tango.Core
{
@@ -19,6 +20,14 @@ namespace Tango.Core
public class ExtendedObject : INotifyPropertyChanged
{
/// <summary>
+ /// Gets the default log manager.
+ /// </summary>
+ public LogManager LogManager
+ {
+ get { return LogManager.Default; }
+ }
+
+ /// <summary>
/// Occurs when a property has changed.
/// </summary>
[field: NonSerialized]