Format Property

MCManager API

Log message format for example: [{time}] [{level}] {message}

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public string Format { get; set; }
Visual Basic (Declaration)
Public Property Format As String
Visual C++
public:
property String^ Format {
	String^ get ();
	void set (String^ value);
}

See Also