ConsoleThemeItem Enumeration |
Namespace: PostSharp.Patterns.Diagnostics.Backends.Console
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.10.10.0 (6.10.10.0)
public enum ConsoleThemeItem
Member name | Value | Description | |
---|---|---|---|
None | 0 | None. | |
Text | 1 | Normal message text. | |
LevelTrace | 2 | The LogLevel, when it is equal to Trace. | |
LevelDebug | 3 | The LogLevel, when it is equal to Debug. | |
LevelInfo | 4 | The LogLevel, when it is equal to Info. | |
LevelWarning | 5 | The LogLevel, when it is equal to Warning. | |
LevelError | 6 | The LogLevel, when it is equal to Error. | |
LevelCritical | 7 | The LogLevel, when it is equal to Critical. | |
RecordKind | 8 | The LogLevel, when it is equal to Trace. | |
MemberName | 9 | The member name. | |
TypeName | 10 | The type name. | |
This | 11 | The value of the this parameter. | |
Exception | 12 | The exception type. | |
ParameterType | 13 | A parameter type. | |
ParameterName | 14 | A parameter name. | |
ParameterValue | 15 | A parameter value. | |
ReturnItemName | 16 | The name of a return item, if the method returns a tuple. | |
ReturnItemValue | 17 | The value of a return item, if the method returns a tuple. | |
ReturnValue | 18 | The return value. | |
CustomParameterValue | 19 | A parameter in a custom string. | |
SourceFile | 20 | The path of the source file. | |
SourceLine | 21 | The line of the source file. | |
ExecutionTime | 22 | The duration of the method execution. | |
AwaitedContextId | 23 | The id of the awaited context. | |
AwaitedType | 24 | The name of the type that returned the awaitable. | |
AwaitedMethod | 25 | The name of the method that returned the awaitable. | |
AsyncCallId | 26 | The id of the current async state machine. | |
Role | 27 | The role of the logging record. | |
Time | 28 | The current time. | |
OtherSemanticParameter | 29 | Another semantic parameter. | |
Delimiter | 30 | A delimiter (such as a comma). | |
Prefix | 31 | Value of the Prefix property, if defined. |