diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-14 10:54:24 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-14 10:54:24 +0300 |
| commit | 9c2939ac72bdb7501ce19236c60ab5f584247fb4 (patch) | |
| tree | f06fdd57627fa79ad4df70b609ec19835289b8b7 /Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs | |
| parent | 9493a730360fbcf5afb612bcd7b3bcbe0a2174f9 (diff) | |
| download | Tango-9c2939ac72bdb7501ce19236c60ab5f584247fb4.tar.gz Tango-9c2939ac72bdb7501ce19236c60ab5f584247fb4.zip | |
Improved logging library threading model.
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs b/Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs index f25050dca..1b0780e58 100644 --- a/Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs +++ b/Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs @@ -12,7 +12,6 @@ namespace Tango.Logging private bool _immidiate; public bool Enabled { get => _enabled; set => _enabled = value; } - public bool Immediate { get => _immidiate; set => _immidiate = value; } public List<LogCategory> Categories { get; set; } |
