esrf

Beamline Instrument Software Support
SPEC Macro documentation: [ Macro Index | BCU Home ]


hg_show_styles

##### Example of configuration #####
# Add that in your macro
# and replace "toto" by your module name
# Messages styles configuration.


  #                       info debug error
  hg_config_style("toto", 2,   5,    2)

  hg_config_indent("toto",  0, 0, 1)

  hg_config_headers("toto", "totO", "toTO", "tOTO")

  hg_generate("toto")

  toto_debug

  cprint_enable_colors

  toto_msg("message") ;   toto_dbg("debug")  ;  toto_err("error")