V4MD logToFile
Ruslan Zasukhin
sunshine at public.kherson.ua
Wed Jul 5 00:39:53 CDT 2006
On 7/4/06 10:12 PM, "Pierre Rossel" <prossel2 at myrealbox.com> wrote:
>> You need enable DebugLevel again.
>
> Sorry, I wasn't clear.
>
> Here is the code for an empty file:
>
>
> g_oValentina.logToFile(true, true)
> g_oValentina.logToMessageWindow = false
> g_oValentina.debugLevel = #kLogParams
>
> -- do things here with database object
>
> g_oValentina.debugLevel = #kLogNothing
> g_oValentina.logToFile(false, false)
>
>
> And here is the code for a file plenty of traces:
> (just changed the logToMessageWindow value)
>
>
> g_oValentina.logToFile(true, true)
> g_oValentina.logToMessageWindow = true
> g_oValentina.debugLevel = #kLogParams
>
> -- do things here with database object
>
> g_oValentina.debugLevel = #kLogNothing
> g_oValentina.logToFile(false, false)
I.e. It sounds like file log is related to message window ?
Kirill,
Please check this code in e.g. Our example Common/DebugLevel.
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list