'宣言 Function WriteCore( _ ByVal eventType As TraceEventType, _ ByVal eventId As Integer, _ ByVal state As Object, _ ByVal exception As Exception, _ ByVal formatter As Func(Of Object,Exception,String) _ ) As Boolean
'宣言
Function WriteCore( _ ByVal eventType As TraceEventType, _ ByVal eventId As Integer, _ ByVal state As Object, _ ByVal exception As Exception, _ ByVal formatter As Func(Of Object,Exception,String) _ ) As Boolean
bool WriteCore( TraceEventType eventType, int eventId, object state, Exception exception, Func<object,Exception,string> formatter )
ILogger インターフェース ILogger メンバ