The new function silences expected messages in the system log. The proc deactivates the specified seve…
Show more
New API call: aa_silence_log_entriesThe new function silences expected messages in the system log. Theproc deactivates the specified severity levels during the code in thelast arguemnt is executed. After it has finished, the severity levelsare reset to their previous values.The purpose of this function is to make test system log clean fromerror messages and the like during the regression test, such itcontains only errors which have to be looked at.
Show less