ContentBuildLogger.LogWarning Method (Microsoft.Xna.Framework.Content.Pipeline)

Outputs a warning message from a content importer or processor.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public abstract void LogWarning(
	string helpLink, 
	ContentIdentity contentIdentity, 
	string message, 
	Object[] messageArgs
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

helpLink
Type: System.String
Link to an existing online help topic containing related information.
contentIdentity
Type: Microsoft.Xna.Framework.Content.Pipeline.ContentIdentity
Identity of the content item that generated the message.
message
Type: System.String
Message being reported.
messageArgs
Type: System.Object[]
Arguments for the reported message.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop