C-DEngine 5.105

TheGELFLogEntry..::..full_message Property

Full message of the log entry

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

Syntax


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