BuildTimeLogger.Write Method |
Name | Description | |
---|---|---|
Write(String) |
Appends a preformatted string to the next message. The message is sent and flushed when the WriteLine(String) method is invoked.
| |
Write(String, Object[]) |
Appends a string to the next message and formats it using a formatting string and an array of parameters.
The message is sent and flushed when the WriteLine(String) method is invoked.
| |
Write<T1>(String, T1) |
Appends a string to the next message and formats it using a formatting string and 1 argument.
The message is sent and flushed when the WriteLine(String) method is invoked.
| |
Write<T1, T2>(String, T1, T2) |
Appends a string to the next message and formats it using a formatting string and 2 arguments.
The message is sent and flushed when the WriteLine(String) method is invoked.
| |
Write<T1, T2, T3>(String, T1, T2, T3) |
Appends a string to the next message and formats it using a formatting string and 3 arguments.
The message is sent and flushed when the WriteLine(String) method is invoked.
| |
Write<T1, T2, T3, T4>(String, T1, T2, T3, T4) |
Appends a string to the next message and formats it using a formatting string and 4 arguments.
The message is sent and flushed when the WriteLine(String) method is invoked.
| |
Write<T1, T2, T3, T4, T5>(String, T1, T2, T3, T4, T5) |
Appends a string to the next message and formats it using a formatting string and 5 arguments.
The message is sent and flushed when the WriteLine(String) method is invoked.
| |
Write<T1, T2, T3, T4, T5, T6>(String, T1, T2, T3, T4, T5, T6) |
Appends a string to the next message and formats it using a formatting string and 6 arguments.
The message is sent and flushed when the WriteLine(String) method is invoked.
| |
Write<T1, T2, T3, T4, T5, T6, T7>(String, T1, T2, T3, T4, T5, T6, T7) |
Appends a string to the next message and formats it using a formatting string and 7 arguments.
The message is sent and flushed when the WriteLine(String) method is invoked.
|