/// <summary>
 /// Gets the debug log enabled.
 /// </summary>
 /// <returns><c>true</c>, if debug log is enabled, <c>false</c> otherwise.</returns>
 public static bool GetDebugLogEnabled()
 {
     if (Utils.IsSupportedPlatform())
     {
         return(target.GetDebugLogEnabled());
     }
     return(false);
 }
 /// <summary>
 /// Gets the debug log enabled.
 /// </summary>
 /// <returns><c>true</c>, if debug log is enabled, <c>false</c> otherwise.</returns>
 public static bool GetDebugLogEnabled()
 {
     return(target.GetDebugLogEnabled());
 }