Partilhar via


ContentBuildLogger.PushFile Method

Note

This method is available only when developing for Windows.

Outputs a message indicating that a content asset has begun processing.

All logger warnings or error exceptions from this time forward to the next PopFile call refer to this file.

Syntax

'Declaration
Public Sub PushFile ( _
         filename As String _
)
public void PushFile (
         string filename
)
public:
void PushFile(
         String filename
)

Parameters

  • filename
    Type: String
    Name of the file containing future messages.

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