Caprica.VlcSharp.Logger.SetLevel C# (CSharp) Method

SetLevel() public static method

public static SetLevel ( Level threshold ) : void
threshold Level
return void
        public static void SetLevel(Level threshold)
        {
            INSTANCE.threshold = threshold;
        }