March 2018
Beginner to intermediate
410 pages
10h 40m
English
In distributed IoT control applications, it's vitally important to make sure unauthorized access to the system is avoided. While we will dive deeper into this subject in later chapters, one important tool we can start using is to log everything of security interest in the event log. We can decide what to do with the event log later, whether we want to analyze or store it locally, or distribute it in the network for analysis somewhere else. But unless we start logging events of security interest directly when we develop, we risk forgetting logging certain events later. So, let's log an event every time the output is set:
Log.Informational("Setting Control Parameter.", string.Empty, Actor ?? "Windows user", ...Read now
Unlock full access