diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Helpers/LogsHelper.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Helpers/LogsHelper.cs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Helpers/LogsHelper.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Helpers/LogsHelper.cs deleted file mode 100644 index b7ab2d5b8..000000000 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Helpers/LogsHelper.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Tango.Logging; - -namespace Tango.PPC.Common.Helpers -{ - public static class LogsHelper - { - private static LogSafe _logSafe; - - public static void SetLogSafe(LogSafe logSafe) - { - _logSafe = logSafe; - } - - public static LogSafe GetLogSafe() - { - return _logSafe; - } - } -} |
