Méthode | Description | |
---|---|---|
Append ( this builder, object o, LogEventInfo logEvent, |
Append a value and use formatProvider of logEvent or configuration to convert to string.
|
|
AppendInvariant ( this builder, int value ) : void |
Appends int without using culture, and most importantly without garbage
|
|
AppendInvariant ( this builder, uint value ) : void |
Appends uint without using culture, and most importantly without garbage Credits Gavin Pugh - http://www.gavpugh.com/2010/04/01/xnac-avoiding-garbage-when-working-with-stringbuilder/
|
|
ClearBuilder ( this builder ) : void |
Clears the provider StringBuilder
|
public static Append ( this builder, object o, LogEventInfo logEvent, |
||
builder | this | |
o | object | value to append. |
logEvent | LogEventInfo | current logEvent for FormatProvider. |
configuration | Configuration for DefaultCultureInfo | |
Résultat | void |
public static AppendInvariant ( this builder, int value ) : void | ||
builder | this | |
value | int | value to append |
Résultat | void |
public static AppendInvariant ( this builder, uint value ) : void | ||
builder | this | |
value | uint | value to append |
Résultat | void |
public static ClearBuilder ( this builder ) : void | ||
builder | this | |
Résultat | void |