Class LoggingExtensions
Inheritance
LoggingExtensions
Assembly: Akka.dll
Syntax
public static class LoggingExtensions
Methods
|
Improve this Doc
View Source
Debug(ILoggingAdapter, Exception, String)
Declaration
public static void Debug(this ILoggingAdapter log, Exception cause, string format)
Parameters
|
Improve this Doc
View Source
Debug(ILoggingAdapter, Exception, String, Object[])
Declaration
public static void Debug(this ILoggingAdapter log, Exception cause, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Debug(ILoggingAdapter, String)
Declaration
public static void Debug(this ILoggingAdapter log, string format)
Parameters
|
Improve this Doc
View Source
Debug(ILoggingAdapter, String, Object[])
Declaration
public static void Debug(this ILoggingAdapter log, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Debug<T1>(ILoggingAdapter, Exception, String, T1)
Declaration
public static void Debug<T1>(this ILoggingAdapter log, Exception cause, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Debug<T1>(ILoggingAdapter, String, T1)
Declaration
public static void Debug<T1>(this ILoggingAdapter log, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Debug<T1, T2>(ILoggingAdapter, Exception, String, T1, T2)
Declaration
public static void Debug<T1, T2>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Debug<T1, T2>(ILoggingAdapter, String, T1, T2)
Declaration
public static void Debug<T1, T2>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Debug<T1, T2, T3>(ILoggingAdapter, Exception, String, T1, T2, T3)
Declaration
public static void Debug<T1, T2, T3>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Debug<T1, T2, T3>(ILoggingAdapter, String, T1, T2, T3)
Declaration
public static void Debug<T1, T2, T3>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Debug<T1, T2, T3, T4>(ILoggingAdapter, Exception, String, T1, T2, T3, T4)
Declaration
public static void Debug<T1, T2, T3, T4>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Debug<T1, T2, T3, T4>(ILoggingAdapter, String, T1, T2, T3, T4)
Declaration
public static void Debug<T1, T2, T3, T4>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Debug<T1, T2, T3, T4, T5>(ILoggingAdapter, Exception, String, T1, T2, T3, T4, T5)
Declaration
public static void Debug<T1, T2, T3, T4, T5>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Debug<T1, T2, T3, T4, T5>(ILoggingAdapter, String, T1, T2, T3, T4, T5)
Declaration
public static void Debug<T1, T2, T3, T4, T5>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Debug<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, Exception, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Debug<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Debug<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Debug<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Error(ILoggingAdapter, Exception, String)
Declaration
public static void Error(this ILoggingAdapter log, Exception cause, string format)
Parameters
|
Improve this Doc
View Source
Error(ILoggingAdapter, Exception, String, Object[])
Declaration
public static void Error(this ILoggingAdapter log, Exception cause, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Error(ILoggingAdapter, String)
Declaration
public static void Error(this ILoggingAdapter log, string format)
Parameters
|
Improve this Doc
View Source
Error(ILoggingAdapter, String, Object[])
Declaration
public static void Error(this ILoggingAdapter log, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Error<T1>(ILoggingAdapter, Exception, String, T1)
Declaration
public static void Error<T1>(this ILoggingAdapter log, Exception cause, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Error<T1>(ILoggingAdapter, String, T1)
Declaration
public static void Error<T1>(this ILoggingAdapter log, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Error<T1, T2>(ILoggingAdapter, Exception, String, T1, T2)
Declaration
public static void Error<T1, T2>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Error<T1, T2>(ILoggingAdapter, String, T1, T2)
Declaration
public static void Error<T1, T2>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Error<T1, T2, T3>(ILoggingAdapter, Exception, String, T1, T2, T3)
Declaration
public static void Error<T1, T2, T3>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Error<T1, T2, T3>(ILoggingAdapter, String, T1, T2, T3)
Declaration
public static void Error<T1, T2, T3>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Error<T1, T2, T3, T4>(ILoggingAdapter, Exception, String, T1, T2, T3, T4)
Declaration
public static void Error<T1, T2, T3, T4>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Error<T1, T2, T3, T4>(ILoggingAdapter, String, T1, T2, T3, T4)
Declaration
public static void Error<T1, T2, T3, T4>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Error<T1, T2, T3, T4, T5>(ILoggingAdapter, Exception, String, T1, T2, T3, T4, T5)
Declaration
public static void Error<T1, T2, T3, T4, T5>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Error<T1, T2, T3, T4, T5>(ILoggingAdapter, String, T1, T2, T3, T4, T5)
Declaration
public static void Error<T1, T2, T3, T4, T5>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Error<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, Exception, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Error<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Error<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Error<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Info(ILoggingAdapter, Exception, String)
Declaration
public static void Info(this ILoggingAdapter log, Exception cause, string format)
Parameters
|
Improve this Doc
View Source
Info(ILoggingAdapter, Exception, String, Object[])
Declaration
public static void Info(this ILoggingAdapter log, Exception cause, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Info(ILoggingAdapter, String)
Declaration
public static void Info(this ILoggingAdapter log, string format)
Parameters
|
Improve this Doc
View Source
Info(ILoggingAdapter, String, Object[])
Declaration
public static void Info(this ILoggingAdapter log, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Info<T1>(ILoggingAdapter, Exception, String, T1)
Declaration
public static void Info<T1>(this ILoggingAdapter log, Exception cause, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Info<T1>(ILoggingAdapter, String, T1)
Declaration
public static void Info<T1>(this ILoggingAdapter log, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Info<T1, T2>(ILoggingAdapter, Exception, String, T1, T2)
Declaration
public static void Info<T1, T2>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Info<T1, T2>(ILoggingAdapter, String, T1, T2)
Declaration
public static void Info<T1, T2>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Info<T1, T2, T3>(ILoggingAdapter, Exception, String, T1, T2, T3)
Declaration
public static void Info<T1, T2, T3>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Info<T1, T2, T3>(ILoggingAdapter, String, T1, T2, T3)
Declaration
public static void Info<T1, T2, T3>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Info<T1, T2, T3, T4>(ILoggingAdapter, Exception, String, T1, T2, T3, T4)
Declaration
public static void Info<T1, T2, T3, T4>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Info<T1, T2, T3, T4>(ILoggingAdapter, String, T1, T2, T3, T4)
Declaration
public static void Info<T1, T2, T3, T4>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Info<T1, T2, T3, T4, T5>(ILoggingAdapter, Exception, String, T1, T2, T3, T4, T5)
Declaration
public static void Info<T1, T2, T3, T4, T5>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Info<T1, T2, T3, T4, T5>(ILoggingAdapter, String, T1, T2, T3, T4, T5)
Declaration
public static void Info<T1, T2, T3, T4, T5>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Info<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, Exception, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Info<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Info<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Info<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Log(ILoggingAdapter, LogLevel, Exception, String, Object[])
Declaration
public static void Log(this ILoggingAdapter log, LogLevel level, Exception cause, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Log(ILoggingAdapter, LogLevel, String)
Declaration
public static void Log(this ILoggingAdapter log, LogLevel level, string format)
Parameters
|
Improve this Doc
View Source
Log(ILoggingAdapter, LogLevel, String, Object[])
Declaration
public static void Log(this ILoggingAdapter log, LogLevel level, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Log<T1>(ILoggingAdapter, LogLevel, Exception, String, T1)
Declaration
public static void Log<T1>(this ILoggingAdapter log, LogLevel logLevel, Exception cause, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Log<T1, T2>(ILoggingAdapter, LogLevel, Exception, String, T1, T2)
Declaration
public static void Log<T1, T2>(this ILoggingAdapter log, LogLevel logLevel, Exception cause, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Log<T1, T2, T3>(ILoggingAdapter, LogLevel, Exception, String, T1, T2, T3)
Declaration
public static void Log<T1, T2, T3>(this ILoggingAdapter log, LogLevel logLevel, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Log<T1, T2, T3, T4>(ILoggingAdapter, LogLevel, Exception, String, T1, T2, T3, T4)
Declaration
public static void Log<T1, T2, T3, T4>(this ILoggingAdapter log, LogLevel logLevel, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Log<T1, T2, T3, T4, T5>(ILoggingAdapter, LogLevel, Exception, String, T1, T2, T3, T4, T5)
Declaration
public static void Log<T1, T2, T3, T4, T5>(this ILoggingAdapter log, LogLevel logLevel, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Log<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, LogLevel, Exception, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Log<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, LogLevel logLevel, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Warning(ILoggingAdapter, Exception, String)
Declaration
public static void Warning(this ILoggingAdapter log, Exception cause, string format)
Parameters
|
Improve this Doc
View Source
Warning(ILoggingAdapter, Exception, String, Object[])
Declaration
public static void Warning(this ILoggingAdapter log, Exception cause, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Warning(ILoggingAdapter, String)
Declaration
public static void Warning(this ILoggingAdapter log, string format)
Parameters
|
Improve this Doc
View Source
Warning(ILoggingAdapter, String, Object[])
Declaration
public static void Warning(this ILoggingAdapter log, string format, object[] args)
Parameters
|
Improve this Doc
View Source
Warning<T1>(ILoggingAdapter, Exception, String, T1)
Declaration
public static void Warning<T1>(this ILoggingAdapter log, Exception cause, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Warning<T1>(ILoggingAdapter, String, T1)
Declaration
public static void Warning<T1>(this ILoggingAdapter log, string format, T1 arg1)
Parameters
Type Parameters
|
Improve this Doc
View Source
Warning<T1, T2>(ILoggingAdapter, Exception, String, T1, T2)
Declaration
public static void Warning<T1, T2>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Warning<T1, T2>(ILoggingAdapter, String, T1, T2)
Declaration
public static void Warning<T1, T2>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2)
Parameters
Type Parameters
|
Improve this Doc
View Source
Warning<T1, T2, T3>(ILoggingAdapter, Exception, String, T1, T2, T3)
Declaration
public static void Warning<T1, T2, T3>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Warning<T1, T2, T3>(ILoggingAdapter, String, T1, T2, T3)
Declaration
public static void Warning<T1, T2, T3>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
Warning<T1, T2, T3, T4>(ILoggingAdapter, Exception, String, T1, T2, T3, T4)
Declaration
public static void Warning<T1, T2, T3, T4>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Warning<T1, T2, T3, T4>(ILoggingAdapter, String, T1, T2, T3, T4)
Declaration
public static void Warning<T1, T2, T3, T4>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
Warning<T1, T2, T3, T4, T5>(ILoggingAdapter, Exception, String, T1, T2, T3, T4, T5)
Declaration
public static void Warning<T1, T2, T3, T4, T5>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Warning<T1, T2, T3, T4, T5>(ILoggingAdapter, String, T1, T2, T3, T4, T5)
Declaration
public static void Warning<T1, T2, T3, T4, T5>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
Warning<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, Exception, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Warning<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, Exception cause, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
Warning<T1, T2, T3, T4, T5, T6>(ILoggingAdapter, String, T1, T2, T3, T4, T5, T6)
Declaration
public static void Warning<T1, T2, T3, T4, T5, T6>(this ILoggingAdapter log, string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|