diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-28 14:29:19 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-28 14:29:19 +0200 |
| commit | 3e725887814383f6f18b1e6e951e1322104ebd1c (patch) | |
| tree | 86f4c697307c811556ec273cd01b5cc635835c2c /Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs | |
| parent | c726e1f7697d9f0fe8cff387dc64dd00c4980b82 (diff) | |
| download | Tango-3e725887814383f6f18b1e6e951e1322104ebd1c.tar.gz Tango-3e725887814383f6f18b1e6e951e1322104ebd1c.zip | |
Lots of work !!!
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs b/Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs index 57aea174f..f25050dca 100644 --- a/Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs +++ b/Software/Visual_Studio/Tango.Logging/SimpleStringLogger.cs @@ -24,7 +24,7 @@ namespace Tango.Logging Categories.Add(LogCategory.Critical); Categories.Add(LogCategory.Debug); Categories.Add(LogCategory.Error); - Categories.Add(LogCategory.General); + Categories.Add(LogCategory.Info); Categories.Add(LogCategory.Warning); Enabled = true; } |
