Macro Language Reference > Macros > Debug > tfmtlog
  
tfmtlog
Description
Copies a log of information to a stream, following a tformat operation. You can specify which information you want included in the log by defining the macro's parameters.
 
Example 42. Turn the format log on and off
tfmtlog 1,"fmt_errors",1,0,1
Turns the format log on, to include warnings of failed anchor placements and formatting information. Results are to be placed in the stream fmt_errors.
tfmtlog 0
Turns the format log off.
Syntax
tfmtlog on off:o? log stream:t? warn anchor:n? ( warn foot:n? ( warn format:n? ) ) info anchor:n? ( info retry:n? )
tfmtlog
[no parameter]
Invoke the Format Log and Recovery dialog box.
on off
1
Turn master switch on
0
Turn master switch off
log stream
The name of stream into which to place the results of the tformat operation
warn anchor
1
Include warnings of failed anchor placements
0
Do not include warnings of failed anchor placements
warn foot
1
Include warnings of failed footnote placements
0
Do not include warnings of failed footnote placements
warn format
1
Include formatting information
0
Do not include formatting information
info anchor
1
Include anchor placement information
0
Do not include anchor placement information
info retry
1
Include retry roll back information
0
Do not include retry roll back information
Related Links