Author Topic: VcAdvanced.EnableLog won't Disable the log file  (Read 1098 times)

0 Members and 1 Guest are viewing this topic.

PegLegTV

  • $upporter
  • Sr. Member
  • *****
  • Posts: 499
  • Karma: 43
    • View Profile
VcAdvanced.EnableLog won't Disable the log file
« on: September 04, 2016, 03:55:18 AM »
Working on a new debugging command and using VcAdvanced.EnableLog won't disable VC log when Boolean is set to false or False

I get the Red and white triangle with the explanation point that says: VcAdvanced.EnableLog error:

If I hover over it in the history window it says:

System.NotimplmentedException: The Method or operation is not implemented
  at eval_[].eval_[]()
  at eval_[].eval_[](macroElement A_0, List'1 A_1, int32 A_2)
  at eval_[].eval_[](macroElement A_0, List'1 A_1, int32 A_2)

using Version 2.2.2.2

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: VcAdvanced.EnableLog won't Disable the log file
« Reply #1 on: September 04, 2016, 09:46:32 AM »
Weird.  I wonder how I missed that.  It will be easy to fix now that I know about it.

However, the action should still work even though it is showing an error.  The logging should still be enabled/disabled.

PegLegTV

  • $upporter
  • Sr. Member
  • *****
  • Posts: 499
  • Karma: 43
    • View Profile
Re: VcAdvanced.EnableLog won't Disable the log file
« Reply #2 on: September 04, 2016, 04:40:54 PM »
your right, it does actually disable the log, I never thought to confirm it after I saw the error in the history window, down side of doing things at 2 in morning  :bonk