JsonEventTextFormatter Members
Include Protected Members
Include Inherited Members
Applies to: Semantic Logging 2.0
The JsonEventTextFormatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
JsonEventTextFormatter |
Initializes a new instance of the JsonEventTextFormatter class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString |
Returns a string that represents the current object.
(Inherited from Object.) |
|
WriteEvent |
Write the formatted event output.
|
Extension Methods
Name | Description | |
---|---|---|
WriteEvent |
Formats the event as a string.
(Defined by EventTextFormatterExtensions.) |
Fields
Name | Description | |
---|---|---|
DefaultEventTextFormatting |
The default event text formatting.
|
Properties
Name | Description | |
---|---|---|
DateTimeFormat |
Gets or sets the date time format used for timestamp value.
|
|
Formatting |
Gets the EventTextFormatting.
|
|
IncludeEntrySeparator |
Gets or sets a flag indicating whether the JsonEventTextFormatter will append a separator (",") at the end of each event
|
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace