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/lib/server/Daemon.cpp

    r2252 r2279  
    236236                case 't': 
    237237                { 
    238                         Console::SetTag(optarg); 
     238                        Logging::SetProgramName(optarg); 
     239                        Console::SetShowTag(true); 
    239240                } 
    240241                break; 
Note: See TracChangeset for help on using the changeset viewer.