コード例 #1
0
 /// <summary>
 /// Sets the debug log enabled.
 /// </summary>
 /// <param name="debugLogEnabled">If set to <c>true</c> debug log is enabled.</param>
 public static void SetDebugLogEnabled(bool debugLogEnabled)
 {
     if (Utils.IsSupportedPlatform())
     {
         target.SetDebugLogEnabled(debugLogEnabled);
     }
 }
コード例 #2
0
 /// <summary>
 /// Sets the debug log enabled.
 /// </summary>
 /// <param name="debugLogEnabled">If set to <c>true</c> debug log is enabled.</param>
 public static void SetDebugLogEnabled(bool debugLogEnabled)
 {
     target.SetDebugLogEnabled(debugLogEnabled);
 }