Method DebugLogVersion
DebugLogVersion(bool)
Logs environment versions.
[Conditional("DEBUG")]
public static void DebugLogVersion(bool showAnyway = false)
Parameters
showAnyway
bool
Remarks
Same as LogVersion(bool), but works only if DEBUG conditional is defined.