File: how-ZMxTop-is-setup

package info (click to toggle)
clhep 2.1.4.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,012 kB
  • sloc: cpp: 50,094; sh: 6,694; makefile: 2,694; perl: 28
file content (8 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
ZMlog is a ZMstandardLog, instantiated in ZMexceptions.cc, using stderr as
its destination.

ZMxTop is declared in ZMexceptions.cc, instatiated with ZMlog as its log.

To change the destination of the default logging, a framework writer
would instantiate another ZMstandardLog with, say, a file name.  Then
ZMxTop.setLogger(thatLog) is called.