mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, raw api support update all globals.
This commit is contained in:
parent
6aafd072db
commit
c4feb8f6ed
9 changed files with 236 additions and 21 deletions
|
|
@ -73,6 +73,8 @@ private:
|
|||
int fd;
|
||||
// whether log to file tank
|
||||
bool log_to_file_tank;
|
||||
// whether use utc time.
|
||||
bool utc;
|
||||
public:
|
||||
SrsFastLog();
|
||||
virtual ~SrsFastLog();
|
||||
|
|
@ -85,6 +87,7 @@ public:
|
|||
virtual void error(const char* tag, int context_id, const char* fmt, ...);
|
||||
// interface ISrsReloadHandler.
|
||||
public:
|
||||
virtual int on_reload_utc_time();
|
||||
virtual int on_reload_log_tank();
|
||||
virtual int on_reload_log_level();
|
||||
virtual int on_reload_log_file();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue