| Name | Description |
---|
 | Write(LogLevel, String) |
Writes a custom log record without parameters.
|
 | Write(LogLevel, String, Object[]) |
Writes a custom log record with an array of parameters.
|
 | Write<T1>(LogLevel, String, T1) |
Writes a custom log record with 1 parameter.
|
 | Write<T1, T2>(LogLevel, String, T1, T2) |
Writes a custom log record with 2 parameters.
|
 | Write<T1, T2, T3>(LogLevel, String, T1, T2, T3) |
Writes a custom log record with 3 parameters.
|
 | Write<T1, T2, T3, T4>(LogLevel, String, T1, T2, T3, T4) |
Writes a custom log record with 4 parameters.
|
 | Write<T1, T2, T3, T4, T5>(LogLevel, String, T1, T2, T3, T4, T5) |
Writes a custom log record with 5 parameters.
|
 | Write<T1, T2, T3, T4, T5, T6>(LogLevel, String, T1, T2, T3, T4, T5, T6) |
Writes a custom log record with 6 parameters.
|
 | Write<T1, T2, T3, T4, T5, T6, T7>(LogLevel, String, T1, T2, T3, T4, T5, T6, T7) |
Writes a custom log record with 7 parameters.
|
 | Write<T1, T2, T3, T4, T5, T6, T7, T8>(LogLevel, String, T1, T2, T3, T4, T5, T6, T7, T8) |
Writes a custom log record with 8 parameters.
|
 | Write<T1, T2, T3, T4, T5, T6, T7, T8, T9>(LogLevel, String, T1, T2, T3, T4, T5, T6, T7, T8, T9) |
Writes a custom log record with 9 parameters.
|
 | Write<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(LogLevel, String, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) |
Writes a custom log record with 10 parameters.
|