|
| |
78 |
78 |
return m_spGlobalRotationInfo; |
|
| |
79 |
79 |
} |
|
| |
80 |
80 |
|
|
| |
81 |
|
void TAsyncMultiLogger::SetRotationInfo(unsigned int uiMaxLogSize, unsigned int uiMaxRotatedCount) |
|
| |
|
81 |
void TAsyncMultiLogger::SetMaxLogSize(unsigned int uiMaxLogSize) |
|
| |
82 |
82 |
{ |
|
| |
83 |
83 |
m_spGlobalRotationInfo->SetMaxLogSize(uiMaxLogSize); |
|
| |
|
84 |
} |
|
| |
|
85 |
|
|
| |
|
86 |
void TAsyncMultiLogger::SetMaxRotatedCount(unsigned int uiMaxRotatedCount) |
|
| |
|
87 |
{ |
|
| |
84 |
88 |
m_spGlobalRotationInfo->SetRotatedCount(uiMaxRotatedCount); |
|
| |
85 |
89 |
} |
|
| |
86 |
90 |
|