Table of Contents

Enum LogLevel

Namespace
Microsoft.Xna.Framework.Content.Pipeline
Assembly
MonoGame.Framework.Content.Pipeline.dll

Specifies the importants of the message when logging the mssages from Log(LogLevel, string).

public enum LogLevel

Fields

Debug = 0

Specifies that the message is used for debugging purposes only.

Error = 3

Specifies that the message is an error message.

Info = 1

Specifies that the message is just an informative message.

Warning = 2

Specifies that the message is a warning message.