mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Log: Refine the log interface. v5.0.82
This commit is contained in:
parent
252851d1b0
commit
e9915c3bd7
10 changed files with 91 additions and 277 deletions
|
@ -102,7 +102,7 @@ GTEST_API_ int main(int argc, char **argv) {
|
|||
|
||||
MockEmptyLog::MockEmptyLog(SrsLogLevel l)
|
||||
{
|
||||
level = l;
|
||||
level_ = l;
|
||||
}
|
||||
|
||||
MockEmptyLog::~MockEmptyLog()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue