Macro Language Reference > Macros > Document Preferences > fmtlog
  
fmtlog
Description
A control keyword used with fdpref: formatting log preferences. See also tfmtlog.
 
Example 76. Sample format log preferences
The macro below defines the following format log preferences:
Write logging information to the format log stream "format_log_name"
Log warnings for failed anchor placements, failed footnote placements and formatting
Include information on anchor placements
Retain rollback information
fdpref fmtlog 1,"format_log_name",1,1,1,0,1,1
Syntax
fmtlog logging:o log strm:s warn anchors:o warn footnotes:o warn format:o blank spare:n info anchors:o info retry:o
logging
Master switch, logging on or off.
log strm
Log stream name.
warn anchors
Include warnings of failed anchor placements.
warn footnotes
Include warnings of failed footnote placements.
warn format
Include formatting warnings.
blank spare
Always 0.
info anchors
Include information on anchor placements.
info retry
Retry (roll-back) information.
Related Links