Search Results for

    Show / Hide Table of Contents

    Class LoggingExtensions

    Inheritance
    object
    LoggingExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Event
    Assembly: Akka.dll
    Syntax
    public static class LoggingExtensions

    Methods

    | Edit this page View Source

    Debug(ILoggingAdapter, Exception, string)

    Declaration
    public static void Debug(this ILoggingAdapter log, Exception cause, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    Exception cause
    string format
    | Edit this page View Source

    Debug(ILoggingAdapter, Exception, string, object[])

    Declaration
    public static void Debug(this ILoggingAdapter log, Exception cause, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    Exception cause
    string format
    object[] args
    | Edit this page View Source

    Debug(ILoggingAdapter, string)

    Declaration
    public static void Debug(this ILoggingAdapter log, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    | Edit this page View Source

    Debug(ILoggingAdapter, string, object[])

    Declaration
    public static void Debug(this ILoggingAdapter log, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    object[] args
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page View Source

    Debug<T1>(ILoggingAdapter, string, T1)

    Declaration
    public static void Debug<T1>(this ILoggingAdapter log, string format, T1 arg1)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    | Edit this page View Source

    Error(ILoggingAdapter, Exception, string)

    Declaration
    public static void Error(this ILoggingAdapter log, Exception cause, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    Exception cause
    string format
    | Edit this page View Source

    Error(ILoggingAdapter, Exception, string, object[])

    Declaration
    public static void Error(this ILoggingAdapter log, Exception cause, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    Exception cause
    string format
    object[] args
    | Edit this page View Source

    Error(ILoggingAdapter, string)

    Declaration
    public static void Error(this ILoggingAdapter log, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    | Edit this page View Source

    Error(ILoggingAdapter, string, object[])

    Declaration
    public static void Error(this ILoggingAdapter log, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    object[] args
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page View Source

    Error<T1>(ILoggingAdapter, string, T1)

    Declaration
    public static void Error<T1>(this ILoggingAdapter log, string format, T1 arg1)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    | Edit this page View Source

    Info(ILoggingAdapter, Exception, string)

    Declaration
    public static void Info(this ILoggingAdapter log, Exception cause, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    Exception cause
    string format
    | Edit this page View Source

    Info(ILoggingAdapter, Exception, string, object[])

    Declaration
    public static void Info(this ILoggingAdapter log, Exception cause, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    Exception cause
    string format
    object[] args
    | Edit this page View Source

    Info(ILoggingAdapter, string)

    Declaration
    public static void Info(this ILoggingAdapter log, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    | Edit this page View Source

    Info(ILoggingAdapter, string, object[])

    Declaration
    public static void Info(this ILoggingAdapter log, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    object[] args
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page View Source

    Info<T1>(ILoggingAdapter, string, T1)

    Declaration
    public static void Info<T1>(this ILoggingAdapter log, string format, T1 arg1)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    | Edit this page 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
    Type Name Description
    ILoggingAdapter log
    LogLevel level
    Exception cause
    string format
    object[] args
    | Edit this page View Source

    Log(ILoggingAdapter, LogLevel, string)

    Declaration
    public static void Log(this ILoggingAdapter log, LogLevel level, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    LogLevel level
    string format
    | Edit this page View Source

    Log(ILoggingAdapter, LogLevel, string, object[])

    Declaration
    public static void Log(this ILoggingAdapter log, LogLevel level, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    LogLevel level
    string format
    object[] args
    | Edit this page 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 Name Description
    ILoggingAdapter log
    LogLevel logLevel
    Exception cause
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page 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 Name Description
    ILoggingAdapter log
    LogLevel logLevel
    Exception cause
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    LogLevel logLevel
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    LogLevel logLevel
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    LogLevel logLevel
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    LogLevel logLevel
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    | Edit this page View Source

    Warning(ILoggingAdapter, Exception, string)

    Declaration
    public static void Warning(this ILoggingAdapter log, Exception cause, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    Exception cause
    string format
    | Edit this page View Source

    Warning(ILoggingAdapter, Exception, string, object[])

    Declaration
    public static void Warning(this ILoggingAdapter log, Exception cause, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    Exception cause
    string format
    object[] args
    | Edit this page View Source

    Warning(ILoggingAdapter, string)

    Declaration
    public static void Warning(this ILoggingAdapter log, string format)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    | Edit this page View Source

    Warning(ILoggingAdapter, string, object[])

    Declaration
    public static void Warning(this ILoggingAdapter log, string format, object[] args)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    object[] args
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page View Source

    Warning<T1>(ILoggingAdapter, string, T1)

    Declaration
    public static void Warning<T1>(this ILoggingAdapter log, string format, T1 arg1)
    Parameters
    Type Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    Type Parameters
    Name Description
    T1
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    Type Parameters
    Name Description
    T1
    T2
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    Type Parameters
    Name Description
    T1
    T2
    T3
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    | Edit this page 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 Name Description
    ILoggingAdapter log
    Exception cause
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    | Edit this page 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 Name Description
    ILoggingAdapter log
    string format
    T1 arg1
    T2 arg2
    T3 arg3
    T4 arg4
    T5 arg5
    T6 arg6
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET