NoOpTestLogger.Log(Int32, Severity, String, Object[], Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Log message does nothing
public override void Log (int errorCode, Orleans.Runtime.Severity sev, string format, object[] args, Exception exception);
override this.Log : int * Orleans.Runtime.Severity * string * obj[] * Exception -> unit
Public Overrides Sub Log (errorCode As Integer, sev As Severity, format As String, args As Object(), exception As Exception)
Parameters
- errorCode
- Int32
- sev
- Severity
- format
- String
- args
- Object[]
- exception
- Exception