aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Logging/FileLogger.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-14 10:54:24 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-14 10:54:24 +0300
commit9c2939ac72bdb7501ce19236c60ab5f584247fb4 (patch)
treef06fdd57627fa79ad4df70b609ec19835289b8b7 /Software/Visual_Studio/Tango.Logging/FileLogger.cs
parent9493a730360fbcf5afb612bcd7b3bcbe0a2174f9 (diff)
downloadTango-9c2939ac72bdb7501ce19236c60ab5f584247fb4.tar.gz
Tango-9c2939ac72bdb7501ce19236c60ab5f584247fb4.zip
Improved logging library threading model.
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging/FileLogger.cs')
-rw-r--r--Software/Visual_Studio/Tango.Logging/FileLogger.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/FileLogger.cs b/Software/Visual_Studio/Tango.Logging/FileLogger.cs
index 547db406e..121ef5374 100644
--- a/Software/Visual_Studio/Tango.Logging/FileLogger.cs
+++ b/Software/Visual_Studio/Tango.Logging/FileLogger.cs
@@ -111,11 +111,6 @@ namespace Tango.Logging
}
/// <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; }
-
- /// <summary>
/// Creates the name of the log file.
/// </summary>
/// <returns></returns>