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/VSOutputLogger.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/VSOutputLogger.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Logging/VSOutputLogger.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/VSOutputLogger.cs b/Software/Visual_Studio/Tango.Logging/VSOutputLogger.cs index 970cc6c83..66a11c7df 100644 --- a/Software/Visual_Studio/Tango.Logging/VSOutputLogger.cs +++ b/Software/Visual_Studio/Tango.Logging/VSOutputLogger.cs @@ -20,7 +20,6 @@ namespace Tango.Logging /// </summary> public VSOutputLogger() { - Immediate = true; Enabled = true; _assembly_name = Assembly.GetEntryAssembly().GetName().Name + ": "; @@ -50,10 +49,5 @@ namespace Tango.Logging _isEnabled = value; } } - - /// <summary> - /// Gets or sets a value indicating whether this <see cref="ILogger" /> will be notified about logs without waiting for the logs queue. - /// </summary> - public bool Immediate { get; set; } } } |
