Function EN Version 1.90

@CacheLogReport

Debugging Float NUMBER System

Syntax

@CacheLogReport(STATE1);

Description

Aktiviert or deaktiviert abhaengig vom Argument FN STATE1 buffering of LogReport statements (including @LogReport).
The @Function returns the activation state of buffering as the result.

STATE1:
0 = buffering off.
1 = buffering on.
2 = The state remains unchanged, but the buffer is flushed once
written to disk.
3 = The state remains unchanged.

HINWEIS:
The default setting is determined by APICacheLogReport in the NOTES.INI. If there is no such entry there, the default setting is unbuffered.

Example: @CacheLogReport(STATE1)

STATE1:=1;
@CacheLogReport(STATE1);

Enables buffering.

Note : This text was machine-translated and may contain inaccuracies.