|
|
|
|||||
|
Another Logger usage question
As a followup to my previous queston, what is the difference between these two methods of logging?
Code:
if(_traceLevel > 0)
{
Ice::Trace trace("FooI", _logger);
trace << "dosomething";
}
Code:
if(_traceLevel > 0)
{
_logger->trace("FooI", "dosomething");
}
__________________
Edward |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Logger usage? | vincei | Comments | 9 | 07-12-2007 09:07 AM |
| IceGridRegistry: Configuration and usage | MikeGerdes | Help Center | 2 | 03-07-2007 07:08 AM |
| Help about one usage of AMD | rc_hz | Help Center | 1 | 09-30-2006 12:19 AM |
| slice2cpp - DLL usage | timp | Help Center | 2 | 01-12-2006 01:03 PM |
| IceBoxService and Logger | xdm | Help Center | 2 | 01-11-2006 07:34 AM |