Show / Hide Table of Contents

    Interface ILogger

    Namespace: Tizen.UIExtensions.Common
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public interface ILogger

    Methods

    Debug(String, String, String, String, Int32)

    Declaration
    void Debug(string tag, string message, string file, string func, int line)
    Parameters
    Type Name Description
    System.String tag
    System.String message
    System.String file
    System.String func
    System.Int32 line

    Error(String, String, String, String, Int32)

    Declaration
    void Error(string tag, string message, string file, string func, int line)
    Parameters
    Type Name Description
    System.String tag
    System.String message
    System.String file
    System.String func
    System.Int32 line

    Fatal(String, String, String, String, Int32)

    Declaration
    void Fatal(string tag, string message, string file, string func, int line)
    Parameters
    Type Name Description
    System.String tag
    System.String message
    System.String file
    System.String func
    System.Int32 line

    Info(String, String, String, String, Int32)

    Declaration
    void Info(string tag, string message, string file, string func, int line)
    Parameters
    Type Name Description
    System.String tag
    System.String message
    System.String file
    System.String func
    System.Int32 line

    Verbose(String, String, String, String, Int32)

    Declaration
    void Verbose(string tag, string message, string file, string func, int line)
    Parameters
    Type Name Description
    System.String tag
    System.String message
    System.String file
    System.String func
    System.Int32 line

    Warn(String, String, String, String, Int32)

    Declaration
    void Warn(string tag, string message, string file, string func, int line)
    Parameters
    Type Name Description
    System.String tag
    System.String message
    System.String file
    System.String func
    System.Int32 line
    Back to top Copyright © 2021 Samsung
    Generated by DocFX