ILogger::Log Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Web.Http.Common
Assembly:  System.Web.Http.Common (in System.Web.Http.Common.dll)

void Log(
	String^ category, 
	TraceLevel level, 
	Func^ messageCallback
)

Parameters

category
Type: System::String
level
Type: System.Diagnostics::TraceLevel
messageCallback
Type: System::Func<TResult>

Show: