Method | Description | |
---|---|---|
Format ( object value ) : string |
Formats the specified value.
|
|
JsonLogValueFormatter ( int maxLength = int.MaxValue, int recursionLimit = DefaultRecursionLimit ) : System |
Initializes a new instance of the JsonLogValueFormatter class.
|
Method | Description | |
---|---|---|
SerializeValue ( object value ) : string |
public Format ( object value ) : string | ||
value | object | The value. |
return | string |
public JsonLogValueFormatter ( int maxLength = int.MaxValue, int recursionLimit = DefaultRecursionLimit ) : System | ||
maxLength | int | The maximum length. |
recursionLimit | int | The recursion limit. |
return | System |