Ignore:
Timestamp:
13/09/2008 16:11:35 (4 years ago)
Author:
chris
Message:

Unify program name and console logging tags.

Add a new class, Logging::Tagger, which can be used to temporarily
add information to the program name, such as the client ID in bbstored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/buildenv-testmain-template.cpp

    r2166 r2279  
    258258                        case 't': 
    259259                        { 
    260                                 Console::SetTag(optarg); 
     260                                Logging::SetProgramName(optarg); 
     261                                Console::SetShowTag(true); 
    261262                        } 
    262263                        break; 
Note: See TracChangeset for help on using the changeset viewer.