public static IDisposable AppendStackMessages(
string key,
string value
)
Public Shared Function AppendStackMessages (
key As String,
value As String
) As IDisposable
public:
static IDisposable^ AppendStackMessages(
String^ key,
String^ value
)
Gemstone.Diagnostics.Logger.AppendStackMessages = function(key, value);
[Missing <param name="key"/> documentation for "M:Gemstone.Diagnostics.Logger.AppendStackMessages(System.String,System.String)"]
[Missing <param name="value"/> documentation for "M:Gemstone.Diagnostics.Logger.AppendStackMessages(System.String,System.String)"]
[Missing <returns> documentation for "M:Gemstone.Diagnostics.Logger.AppendStackMessages(System.String,System.String)"]