ContentBuildLogger.LogImportantMessage Method
Note
This method is available only when developing for Windows.
Outputs a high-priority status message from a content importer or processor.
Syntax
'Declaration
Public MustOverride Sub LogImportantMessage ( _
message As String, _
messageArgs As Object() _
)
public abstract void LogImportantMessage (
string message,
params Object[] messageArgs
)
public:
void LogImportantMessage(
String message,
params Object messageArgs[]
) abstract
Parameters
- message
Type: String
Message being reported. - messageArgs
Type: Object
[ParamArrayAttribute] Arguments for the reported message.
Remarks
Use LogImportantMessage only for important information, because these messages appear in the Output window of Visual Studio. Importers and processors should use this functionality only for unusual or unexpected situations.
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