ESP-IDF
ot::Settings::Log()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Settings::Log()
ot::Settings::Log() method
Syntax
Show:
Summary
Declaration
from
settings.hpp:1122
static
void
Log
(
Action
aAction
,
Error
aError
,
Key
aKey
,
const
void
*
aValue
=
nullptr
)
;
Arguments
Argument
aAction
aError
aKey
aValue
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Settings
::
Log
(
Action
aAction
,
Error
aError
,
Key
aKey
,
const
void
*
aValue
)
settings.cpp:444
static
void
Log
(
Action
aAction
,
Error
aError
,
Key
aKey
,
const
void
*
aValue
=
nullptr
)
;
settings.hpp:1122
Log
(
kActionSave
,
error
,
key
)
;
settings.cpp:237
ot::Settings
ot::Settings::SaveOperationalDataset()
Log
(
kActionDelete
,
error
,
key
)
;
settings.cpp:262
ot::Settings
ot::Settings::DeleteOperationalDataset()
Log
(
kActionAdd
,
error
,
kKeyChildInfo
,
&
aChildInfo
)
;
settings.cpp:271
ot::Settings
ot::Settings::AddChildInfo()
Log
(
kActionDeleteAll
,
error
,
kKeyChildInfo
)
;
settings.cpp:280
ot::Settings
ot::Settings::DeleteAllChildInfo()
Log
(
kActionRead
,
error
,
aKey
,
aValue
)
;
settings.cpp:409
ot::Settings
ot::Settings::ReadEntry() const
Log
(
action
,
error
,
aKey
,
aValue
)
;
settings.cpp:430
ot::Settings
ot::Settings::SaveEntry()
Log
(
kActionDelete
,
error
,
aKey
)
;
settings.cpp:439
ot::Settings
ot::Settings::DeleteEntry()
Call Tree
from
examples
ot::Settings::Log()
is called by 7 functions and calls 11 functions:
ot::Settings::SaveOperationalDataset()
ot::Settings::DeleteOperationalDataset()
ot::Settings::AddChildInfo()
ot::Settings::DeleteAllChildInfo()
ot::Settings::ReadEntry() const
ot::Settings::SaveEntry()
ot::Settings::DeleteEntry()
All items filtered out
ot::Settings::Log()
ot::ErrorToString()
ot::SettingsBase::NetworkInfo::Log() const
ot::SettingsBase::ParentInfo::Log() const
ot::SettingsBase::ChildInfo::Log() const
ot::SettingsBase::DadInfo::Log() const
ot::SettingsBase::SrpClientInfo::Log() const
ot::SettingsBase::SrpServerInfo::Log() const
ot::SettingsBase::BorderAgentId::Log()
ot::SettingsBase::LogPrefix()
ot::SettingsBase::KeyToString()
ot::SettingsBase::ActionToString()
All items filtered out
Data Use
from
examples
ot::Settings::Log()
reads 19 variables:
ot::LogLevel::kLogLevelWarn
ot::LogLevel::kLogLevelInfo
ot::kErrorNone
ot::kErrorNotFound
ot::SettingsBase::Action::kActionRead
ot::SettingsBase::Action::kActionSave
ot::SettingsBase::Action::kActionResave
ot::SettingsBase::Action::kActionDelete
ot::SettingsBase::Action::kActionAdd
ot::SettingsBase::Action::kActionRemove
ot::SettingsBase::Action::kActionDeleteAll
ot::SettingsBase::Key::kKeyNetworkInfo
ot::SettingsBase::Key::kKeyParentInfo
ot::SettingsBase::Key::kKeyChildInfo
ot::SettingsBase::Key::kKeyDadInfo
ot::SettingsBase::Key::kKeySrpClientInfo
ot::SettingsBase::Key::kKeySrpServerInfo
ot::SettingsBase::Key::kKeyBrUlaPrefix
ot::SettingsBase::Key::kKeyBorderAgentId
All items filtered out
ot::Settings::Log()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out