C# Class Dev2.Tests.Logging.DummyDebugProvider

Inheritance: IDebugProvider
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
GetDebugState ( ) : DebugState
GetDebugStates ( string serverWebUri, DirectoryPath directory, FilePath path ) : IEnumerable
GetDebugStates ( string serverWebUri, IDirectoryPath directory, IFilePath path ) : IEnumerable

Method Details

GetDebugState() public method

public GetDebugState ( ) : DebugState
return Dev2.Diagnostics.Debug.DebugState

GetDebugStates() public method

public GetDebugStates ( string serverWebUri, DirectoryPath directory, FilePath path ) : IEnumerable
serverWebUri string
directory Dev2.Diagnostics.DirectoryPath
path Dev2.Diagnostics.FilePath
return IEnumerable

GetDebugStates() public method

public GetDebugStates ( string serverWebUri, IDirectoryPath directory, IFilePath path ) : IEnumerable
serverWebUri string
directory IDirectoryPath
path IFilePath
return IEnumerable