C# (CSharp) Skytap.Utilities Namespace

Classes

Name Description
ApplicationParameters Wrapper for the various parameters that control the Skytap plug-in execution. Example values include number of retries for an HTTP operation, amount of time to wait between retries, HTTP timeout values, and the Skytap host URL used for API calls, among others.
ConsoleLogger
DebugOutputLogger
DelegateLogger
FileLogger
Logger Base class for all loggers. Provides the interface that all loggers must satisfy.
LoggerFactory Factory class used to create specific types of loggers.
LoggerUtilities Container for some utilties used by the logging functionality. E.g. generate a log filename.
NullLogger
TraceLogger Logs information using event listeners and built in System.Diagnostics.Trace functionality.