Changeset 4846 for branches/erijo-dev
- Timestamp:
- 01/28/07 02:30:00 (23 months ago)
- Files:
-
- 1 modified
-
branches/erijo-dev/licq/src/logserializer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/erijo-dev/licq/src/logserializer.h
r4839 r4846 33 33 \brief An implementation of ILog that serialize logging for multiple threads. 34 34 35 By giving each thread a separate instance of TLogSerializer initialized with 36 the same log backend, multiple threads can log to the same log backend without 37 the backend having to be thread safe. 35 By giving each thread the same instance of TLogSerializer, multiple threads 36 can log to the same log backend without the backend having to be thread safe. 38 37 39 38 TLogSerializer implements the decorator design pattern.
