diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-07 13:51:08 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-07 13:51:08 +0200 |
| commit | 6e082b1d9d7b4c5888e7e7345e148eb944b8c624 (patch) | |
| tree | 583efc08780196dbb3ae5fac714125b8e41387ae /Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj | |
| parent | 942a428f90587a9ffdafaa593b780fb6ad06aabc (diff) | |
| download | Tango-6e082b1d9d7b4c5888e7e7345e148eb944b8c624.tar.gz Tango-6e082b1d9d7b4c5888e7e7345e148eb944b8c624.zip | |
Added logging categories!!!
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj b/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj index 93d0cd4ea..1e70e4cb1 100644 --- a/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj +++ b/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj @@ -59,6 +59,7 @@ <Compile Include="GlobalExceptionTrapper.cs" /> <Compile Include="IGlobalExceptionTrapper.cs" /> <Compile Include="ILogger.cs" /> + <Compile Include="LogCategory.cs" /> <Compile Include="LogItemBase.cs" /> <Compile Include="LogManager.cs" /> <Compile Include="MessageLogItem.cs" /> |
