LegacyFileLogConsumer.Log 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public void Log (Orleans.Runtime.Severity severity, Orleans.Runtime.LoggerType loggerType, string caller, string message, System.Net.IPEndPoint ipEndPoint, Exception exception, int eventCode = 0);
abstract member Log : Orleans.Runtime.Severity * Orleans.Runtime.LoggerType * string * string * System.Net.IPEndPoint * Exception * int -> unit
override this.Log : Orleans.Runtime.Severity * Orleans.Runtime.LoggerType * string * string * System.Net.IPEndPoint * Exception * int -> unit
Public Sub Log (severity As Severity, loggerType As LoggerType, caller As String, message As String, ipEndPoint As IPEndPoint, exception As Exception, Optional eventCode As Integer = 0)
參數
- severity
- Severity
- loggerType
- LoggerType
- caller
- String
- message
- String
- ipEndPoint
- IPEndPoint
- exception
- Exception
- eventCode
- Int32