NetworkLoggerWithLogServiceTests ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Logging.Tests NetworkLoggerWithLogServiceTests

Namespace: DeltaEngine.Logging.Tests
Assembly: DeltaEngine.Logging.Tests (in DeltaEngine.Logging.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class NetworkLoggerWithLogServiceTests

The NetworkLoggerWithLogServiceTests type exposes the following members.

Constructors

  NameDescription
Public methodNetworkLoggerWithLogServiceTests
Initializes a new instance of the NetworkLoggerWithLogServiceTests class
Top
Methods

  NameDescription
Public methodStatic memberLogToRealLogServer
Top
Examples

[Test, Ignore]
public static void LogToRealLogServer()
{
    var ready = false;
    var connection = new OnlineServiceConnection(new MockSettings(), () => {});
See Also