LogServiceTests LogError Method Delta Engine Documentation

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

public void LogError()
Examples

[Test]
public void LogError()
{
    service.Log(Logger.MessageType.Error.ToString(), new NotSupportedException().ToString(),
        "DeltaEngine.Logging.Tests", "");
}
See Also