Share via


LogHelpers.FormatSettingValue(String) Method

Definition

Formats a setting value for log output, e.g. truncating it if very long to avoid bloating the log files too much.

public:
 static System::String ^ FormatSettingValue(System::String ^ value);
public static string FormatSettingValue (string value);
static member FormatSettingValue : string -> string
Public Shared Function FormatSettingValue (value As String) As String

Parameters

value
String

Returns

Applies to