BuildTimeLogger.Activity Method |
Name | Description | |
---|---|---|
Activity(String) |
Writes a preformatted message and increases the indentation level. To decrease the indentation level, dispose the BuildTimeLogActivity
returned by this method.
| |
Activity<T1>(String, T1) |
Writes a message given a formatting string and 1 argument, and increases the indentation level. To decrease the indentation level, dispose the BuildTimeLogActivity
returned by this method.
| |
Activity<T1, T2>(String, T1, T2) |
Writes a message given a formatting string and 2 arguments, and increases the indentation level. To decrease the indentation level, dispose the BuildTimeLogActivity
returned by this method.
| |
Activity<T1, T2, T3>(String, T1, T2, T3) |
Writes a message given a formatting string and 3 arguments, and increases the indentation level. To decrease the indentation level, dispose the BuildTimeLogActivity
returned by this method.
| |
Activity<T1, T2, T3, T4>(String, T1, T2, T3, T4) |
Writes a message given a formatting string and 4 arguments, and increases the indentation level. To decrease the indentation level, dispose the BuildTimeLogActivity
returned by this method.
| |
Activity<T1, T2, T3, T4, T5>(String, T1, T2, T3, T4, T5) |
Writes a message given a formatting string and 5 arguments, and increases the indentation level. To decrease the indentation level, dispose the BuildTimeLogActivity
returned by this method.
| |
Activity<T1, T2, T3, T4, T5, T6>(String, T1, T2, T3, T4, T5, T6) |
Writes a message given a formatting string and 6 arguments, and increases the indentation level. To decrease the indentation level, dispose the BuildTimeLogActivity
returned by this method.
| |
Activity<T1, T2, T3, T4, T5, T6, T7>(String, T1, T2, T3, T4, T5, T6, T7) |
Writes a message given a formatting string and 7 arguments, and increases the indentation level. To decrease the indentation level, dispose the BuildTimeLogActivity
returned by this method.
|