mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Allow setting log file base name in InitLogging.
PiperOrigin-RevId: 649156558
This commit is contained in:
committed by
Copybara-Service
parent
91f4e665e7
commit
069d836793
@@ -46,7 +46,7 @@ class SharingPlatform {
|
||||
virtual ~SharingPlatform() = default;
|
||||
|
||||
// This function should only be called once.
|
||||
virtual void InitLogging() = 0;
|
||||
virtual void InitLogging(absl::string_view log_file_base_name) = 0;
|
||||
|
||||
// Platform specific implementation to set default logging levels.
|
||||
virtual void UpdateLoggingLevel() = 0;
|
||||
|
||||
Reference in New Issue
Block a user