Table of Contents

Enum LogLevel

Namespace
LibVLCSharp.Shared
Assembly
LibVLCSharp.dll

Logging messages level.

public enum LogLevel

Fields

Debug = 0

Debug message

Error = 4

Error message

Notice = 2

Important informational message

Warning = 3

Warning (potential error) message

Remarks

Future LibVLC versions may define new levels.