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

Outputs a low priority status 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 LogMessage(
	string message, 
	Object[] messageArgs
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

message
Type: System.String
Message being reported.
messageArgs
Type: System.Object[]
Arguments for the reported message.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop