mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
适配ZLToolKit
This commit is contained in:
parent
efdc740fb4
commit
c7b0ac984b
@ -136,7 +136,7 @@ public:
|
||||
_cb = cb;
|
||||
}
|
||||
virtual ~LogoutChannel(){}
|
||||
void write(const LogInfo_ptr &logInfo){
|
||||
void write(const LogInfoPtr &logInfo){
|
||||
if (level() > logInfo->_level) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user