Show / Hide Table of Contents

    Class LoggingConfig

    Inheritance
    Object
    LoggingConfig
    Implements
    ILoggingConfig
    IData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class LoggingConfig : ILoggingConfig, IData

    Properties

    EnvironmentConfigs

    Declaration
    public ILoggingEnvironmentConfig[] EnvironmentConfigs { get; }
    Property Value
    Type Description
    ILoggingEnvironmentConfig[]

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String

    Methods

    TryGetEnvironmentConfig(IEnvironmentConfig, out ILoggingEnvironmentConfig)

    Declaration
    public bool TryGetEnvironmentConfig(IEnvironmentConfig environmentConfig, out ILoggingEnvironmentConfig config)
    Parameters
    Type Name Description
    IEnvironmentConfig environmentConfig
    ILoggingEnvironmentConfig config
    Returns
    Type Description
    Boolean

    Implements

    ILoggingConfig
    IData
    Back to top Copyright © 2020 East Side Games Inc.