You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/articles/utilities.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,4 +70,21 @@ public static void Reset()
70
70
71
71
publicstaticunsafevoidLogBytes(longptr, intlen)
72
72
// Same as Log(string str) but logs a hex dump and md5 hash.
73
+
```
74
+
75
+
#### Environment Variables
76
+
77
+
FileLogcanbeconfiguredusing the following environment variables:
78
+
79
+
- **`HARMONY_NO_LOG`**: Set this to any non-empty value to disable file logging entirely. Whenset, allloggingcallswillbesilentlyignoredandnologfilewillbecreated.
0 commit comments