Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class NullLogger

    Inheritance
    System.Object
    NullLogger
    Implements
    ILogger
    Namespace: MediaBrowser.Model.Logging
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class NullLogger : ILogger

    Methods

    Debug(ReadOnlyMemory<Char>)

    Declaration
    public void Debug(ReadOnlyMemory<char> message)
    Parameters
    Type Name Description
    System.ReadOnlyMemory<System.Char> message

    Debug(String, Object[])

    Declaration
    public void Debug(string message, params object[] paramList)
    Parameters
    Type Name Description
    System.String message
    System.Object[] paramList

    Error(ReadOnlyMemory<Char>)

    Declaration
    public void Error(ReadOnlyMemory<char> message)
    Parameters
    Type Name Description
    System.ReadOnlyMemory<System.Char> message

    Error(String, Object[])

    Declaration
    public void Error(string message, params object[] paramList)
    Parameters
    Type Name Description
    System.String message
    System.Object[] paramList

    ErrorException(String, Exception, Object[])

    Declaration
    public void ErrorException(string message, Exception exception, params object[] paramList)
    Parameters
    Type Name Description
    System.String message
    System.Exception exception
    System.Object[] paramList

    Fatal(String, Object[])

    Declaration
    public void Fatal(string message, params object[] paramList)
    Parameters
    Type Name Description
    System.String message
    System.Object[] paramList

    FatalException(String, Exception, Object[])

    Declaration
    public void FatalException(string message, Exception exception, params object[] paramList)
    Parameters
    Type Name Description
    System.String message
    System.Exception exception
    System.Object[] paramList

    Info(ReadOnlyMemory<Char>)

    Declaration
    public void Info(ReadOnlyMemory<char> message)
    Parameters
    Type Name Description
    System.ReadOnlyMemory<System.Char> message

    Info(String, Object[])

    Declaration
    public void Info(string message, params object[] paramList)
    Parameters
    Type Name Description
    System.String message
    System.Object[] paramList

    Log(LogSeverity, ReadOnlyMemory<Char>)

    Declaration
    public void Log(LogSeverity severity, ReadOnlyMemory<char> message)
    Parameters
    Type Name Description
    LogSeverity severity
    System.ReadOnlyMemory<System.Char> message

    Log(LogSeverity, String, Object[])

    Declaration
    public void Log(LogSeverity severity, string message, params object[] paramList)
    Parameters
    Type Name Description
    LogSeverity severity
    System.String message
    System.Object[] paramList

    LogMultiline(String, LogSeverity, StringBuilder)

    Declaration
    public void LogMultiline(string message, LogSeverity severity, StringBuilder additionalContent)
    Parameters
    Type Name Description
    System.String message
    LogSeverity severity
    System.Text.StringBuilder additionalContent

    Warn(ReadOnlyMemory<Char>)

    Declaration
    public void Warn(ReadOnlyMemory<char> message)
    Parameters
    Type Name Description
    System.ReadOnlyMemory<System.Char> message

    Warn(String, Object[])

    Declaration
    public void Warn(string message, params object[] paramList)
    Parameters
    Type Name Description
    System.String message
    System.Object[] paramList

    Implements

    ILogger

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.