C-DEngine 5.105

TheGELFLogEntry..::..short_message Property

SHort message of the log entry

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string short_message { get; set; }
Public Property short_message As String
	Get
	Set
public:
property String^ short_message {
	String^ get ();
	void set (String^ value);
}