Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
fml::ScopedSetLogSettings Class Reference

#include <log_settings.h>

Public Member Functions

 ScopedSetLogSettings (const LogSettings &settings)
 
 ~ScopedSetLogSettings ()
 

Detailed Description

Definition at line 38 of file log_settings.h.

Constructor & Destructor Documentation

◆ ScopedSetLogSettings()

fml::ScopedSetLogSettings::ScopedSetLogSettings ( const LogSettings settings)
explicit

Definition at line 40 of file log_settings.cc.

40 {
41 old_settings_ = GetLogSettings();
43}
LogSettings GetLogSettings()
Definition: log_settings.cc:32
void SetLogSettings(const LogSettings &settings)
Definition: log_settings.cc:26

◆ ~ScopedSetLogSettings()

fml::ScopedSetLogSettings::~ScopedSetLogSettings ( )

Definition at line 45 of file log_settings.cc.

45 {
46 SetLogSettings(old_settings_);
47}

The documentation for this class was generated from the following files: