IAllocationFreeLogger.Fatal(string, TArgument) method¶
Defined in
Type: IAllocationFreeLogger
Namespace: Splat
Assembly: Splat.Logging.dll
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481
Overloads¶
- 1.
void Fatal<TArgument>(string messageFormat, TArgument argument) - 2.
void Fatal<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2) - 3.
void Fatal<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3) - 4.
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4) - 5.
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5) - 6.
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6) - 7.
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7) - 8.
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8) - 9.
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9) - 10.
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
1. Overload¶
void Fatal<TArgument>(string messageFormat, TArgument argument)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument | The type of the argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument | TArgument | The argument for formatting purposes. |
2. Overload¶
void Fatal<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
3. Overload¶
void Fatal<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
TArgument3 | The type of the third argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
argument3 | TArgument3 | The third argument for formatting purposes. |
4. Overload¶
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
TArgument3 | The type of the third argument which is used in the formatting. |
TArgument4 | The type of the fourth argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
argument3 | TArgument3 | The third argument for formatting purposes. |
argument4 | TArgument4 | The fourth argument for formatting purposes. |
5. Overload¶
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
TArgument3 | The type of the third argument which is used in the formatting. |
TArgument4 | The type of the fourth argument which is used in the formatting. |
TArgument5 | The type of the fifth argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
argument3 | TArgument3 | The third argument for formatting purposes. |
argument4 | TArgument4 | The fourth argument for formatting purposes. |
argument5 | TArgument5 | The fifth argument for formatting purposes. |
6. Overload¶
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
TArgument3 | The type of the third argument which is used in the formatting. |
TArgument4 | The type of the fourth argument which is used in the formatting. |
TArgument5 | The type of the fifth argument which is used in the formatting. |
TArgument6 | The type of the sixth argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
argument3 | TArgument3 | The third argument for formatting purposes. |
argument4 | TArgument4 | The fourth argument for formatting purposes. |
argument5 | TArgument5 | The fifth argument for formatting purposes. |
argument6 | TArgument6 | The sixth argument for formatting purposes. |
7. Overload¶
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
TArgument3 | The type of the third argument which is used in the formatting. |
TArgument4 | The type of the fourth argument which is used in the formatting. |
TArgument5 | The type of the fifth argument which is used in the formatting. |
TArgument6 | The type of the sixth argument which is used in the formatting. |
TArgument7 | The type of the seventh argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
argument3 | TArgument3 | The third argument for formatting purposes. |
argument4 | TArgument4 | The fourth argument for formatting purposes. |
argument5 | TArgument5 | The fifth argument for formatting purposes. |
argument6 | TArgument6 | The sixth argument for formatting purposes. |
argument7 | TArgument7 | The seventh argument for formatting purposes. |
8. Overload¶
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
TArgument3 | The type of the third argument which is used in the formatting. |
TArgument4 | The type of the fourth argument which is used in the formatting. |
TArgument5 | The type of the fifth argument which is used in the formatting. |
TArgument6 | The type of the sixth argument which is used in the formatting. |
TArgument7 | The type of the seventh argument which is used in the formatting. |
TArgument8 | The type of the eighth argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
argument3 | TArgument3 | The third argument for formatting purposes. |
argument4 | TArgument4 | The fourth argument for formatting purposes. |
argument5 | TArgument5 | The fifth argument for formatting purposes. |
argument6 | TArgument6 | The sixth argument for formatting purposes. |
argument7 | TArgument7 | The seventh argument for formatting purposes. |
argument8 | TArgument8 | The eighth argument for formatting purposes. |
9. Overload¶
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
TArgument3 | The type of the third argument which is used in the formatting. |
TArgument4 | The type of the fourth argument which is used in the formatting. |
TArgument5 | The type of the fifth argument which is used in the formatting. |
TArgument6 | The type of the sixth argument which is used in the formatting. |
TArgument7 | The type of the seventh argument which is used in the formatting. |
TArgument8 | The type of the eighth argument which is used in the formatting. |
TArgument9 | The type of the ninth argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
argument3 | TArgument3 | The third argument for formatting purposes. |
argument4 | TArgument4 | The fourth argument for formatting purposes. |
argument5 | TArgument5 | The fifth argument for formatting purposes. |
argument6 | TArgument6 | The sixth argument for formatting purposes. |
argument7 | TArgument7 | The seventh argument for formatting purposes. |
argument8 | TArgument8 | The eighth argument for formatting purposes. |
argument9 | TArgument9 | The ninth argument for formatting purposes. |
10. Overload¶
void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Summary: Emits a message using formatting to the fatal log.
Type parameters
| Name | Description |
|---|---|
TArgument1 | The type of the first argument which is used in the formatting. |
TArgument2 | The type of the second argument which is used in the formatting. |
TArgument3 | The type of the third argument which is used in the formatting. |
TArgument4 | The type of the fourth argument which is used in the formatting. |
TArgument5 | The type of the fifth argument which is used in the formatting. |
TArgument6 | The type of the sixth argument which is used in the formatting. |
TArgument7 | The type of the seventh argument which is used in the formatting. |
TArgument8 | The type of the eighth argument which is used in the formatting. |
TArgument9 | The type of the ninth argument which is used in the formatting. |
TArgument10 | The type of the tenth argument which is used in the formatting. |
Parameters
| Name | Type | Description |
|---|---|---|
messageFormat | string | The message format used to emit a message with the type arguments. |
argument1 | TArgument1 | The first argument for formatting purposes. |
argument2 | TArgument2 | The second argument for formatting purposes. |
argument3 | TArgument3 | The third argument for formatting purposes. |
argument4 | TArgument4 | The fourth argument for formatting purposes. |
argument5 | TArgument5 | The fifth argument for formatting purposes. |
argument6 | TArgument6 | The sixth argument for formatting purposes. |
argument7 | TArgument7 | The seventh argument for formatting purposes. |
argument8 | TArgument8 | The eighth argument for formatting purposes. |
argument9 | TArgument9 | The ninth argument for formatting purposes. |
argument10 | TArgument10 | The tenth argument for formatting purposes. |