Table of Contents

Class PipelineBuildLogger

Namespace
MonoGame.Framework.Content.Pipeline.Builder
Assembly
MonoGame.Framework.Content.Pipeline.dll
public class PipelineBuildLogger : ContentBuildLogger
Inheritance
PipelineBuildLogger
Inherited Members

Methods

LogImportantMessage(string, params object[])

Outputs a high-priority status message from a content importer or processor.

public override void LogImportantMessage(string message, params object[] messageArgs)

Parameters

message string

Message being reported.

messageArgs object[]

Arguments for the reported message.

LogMessage(string, params object[])

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

public override void LogMessage(string message, params object[] messageArgs)

Parameters

message string

Message being reported.

messageArgs object[]

Arguments for the reported message.

LogWarning(string, ContentIdentity, string, params object[])

Outputs a warning message from a content importer or processor.

public override void LogWarning(string helpLink, ContentIdentity contentIdentity, string message, params object[] messageArgs)

Parameters

helpLink string

Link to an existing online help topic containing related information.

contentIdentity ContentIdentity

Identity of the content item that generated the message.

message string

Message being reported.

messageArgs object[]

Arguments for the reported message.