Show / Hide Table of Contents

    Interface ILogMessage

    Log message

    Namespace: i5.Toolkit.Core.AppConsole
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ILogMessage : INotificationMessage

    Properties

    LogType

    The type of log message

    Declaration
    LogType LogType { get; }
    Property Value
    Type Description
    LogType

    StackTrace

    The stack trace of the log message

    Declaration
    string StackTrace { get; }
    Property Value
    Type Description
    String
    Back to top i5 Toolkit Documentation