Dela via


ContentBuildLogger.LogMessage Method

Note

This method is available only when developing for Windows.

Outputs a low priority status message from a content importer or processor.

Syntax

'Declaration
Public MustOverride Sub LogMessage ( _
         message As String, _
         messageArgs As Object() _
)
public abstract void LogMessage (
         string message,
         params Object[] messageArgs
)
public:
void LogMessage(
         String message,
         params Object messageArgs[]
) abstract

Parameters

Remarks

This message will not usually appear in the Build Output window of Visual Studio, but it can be viewed if the content pipeline is called directly from an MSBuild task.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

ContentBuildLogger Class
ContentBuildLogger Members
Microsoft.Xna.Framework.Content.Pipeline Namespace

Platforms

Windows 7, Windows Vista, Windows XP