FormattingStringParser Structure |
Parses the formatting string for custom messages of the Logger and LogActivity classes.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public struct FormattingStringParser
The FormattingStringParser type exposes the following members.
Name | Description | |
---|---|---|
FormattingStringParser |
Initializes a new FormattingStringParser.
|
Name | Description | |
---|---|---|
GetNextParameter |
Gets the next parameter name.
| |
GetNextSubstring |
Gets the next substring (until the next parameter or the end of the string).
|