A Sandcastle Documented Class Library
Warn Method (message, ex, eventId)
NamespacesTERASOLUNA.Fw.Common.Logging.TraceSourceLogITraceSourceLogWarn(Object, Exception, Int32)
Warn レベルでエラーをログ出力します。
Declaration Syntax
C#Visual BasicVisual C++
void Warn(
	Object message,
	Exception ex,
	int eventId
)
Sub Warn ( _
	message As Object, _
	ex As Exception, _
	eventId As Integer _
)
void Warn(
	Object^ message, 
	Exception^ ex, 
	int eventId
)
Parameters
message (Object)
ログ出力するメッセージ。
ex (Exception)
ログ出力の原因となった例外。
eventId (Int32)
イベントの数値識別子。

Assembly: TERASOLUNA.Fw.Common (Module: TERASOLUNA.Fw.Common) Version: 2.1.0.1 (2.1.0.1)