C# (CSharp) PowerDeploy.Core.Logging Namespace

Сlasses

Name Description
ConsoleLogFactory Creates a Console Logger, that logs all messages to: System.Console Made public so its testable
ConsoleLogger Default logger is to Console.WriteLine Made public so its testable
DebugLogFactory Creates a Debug Logger, that logs all messages to: System.Diagnostics.Debug Made public so its testable
DebugLogger Default logger is to System.Diagnostics.Debug.WriteLine Made public so its testable
LogManager Logging API for this library. You can inject your own implementation otherwise will use the DebugLogFactory to write to System.Diagnostics.Debug
NullLogFactory Creates a Debug Logger, that logs all messages to: System.Diagnostics.Debug Made public so its testable
NullLogger Default logger is to System.Diagnostics.Debug.Print Made public so its testable