Forum Discussion
shankar_r
9 years agoCommunity Hero
If you set Log.Enabled = false then there will not be any posted into the Test log.
Once you set the Log.Enabled = true then all logs will posted in the Test log.
Example:
Log.Enabled = false
if(Object.Exists)
{
Object.Keys("Test");
}
Log.Enabled = true
Log.Message("Passed")For more details on this you can refer here