47 if ( level == 0 )
return;
49 if ( level < 0 || level > fkMaxLevel ) {
55 << fToBeDoneText[level-1]
59 if (objectName.size() != 0u) {
60 G4cout <<
" : " << objectName;
64 G4cout <<
" " << fDoneText[level-1];
67 G4cout <<
" " << fFailureText;
G4GLOB_DLL std::ostream G4cout
void Message(G4int verboseLevel, const G4String &action, const G4String &object, const G4String &objectName, G4bool success=true) const