 | LoggerStandardIndent property |
Indentation of subsequent lines for multi-line messages.
Default: 4.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic int StandardIndent { get; set; }
Public Property StandardIndent As Integer
Get
Set
public:
property int StandardIndent {
int get ();
void set (int value);
}
member StandardIndent : int with get, set
Property value
Int32
See also