xn.Log.SetFileOutput C# (CSharp) Method

SetFileOutput() public static method

public static SetFileOutput ( bool on ) : void
on bool
return void
        public static void SetFileOutput(bool on)
        {
            UInt32 status = OpenNIImporter.xnLogSetFileOutput(on);
            WrapperUtils.CheckStatus(status);
        }