Class LoggingConfig
Inheritance
LoggingConfig
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class LoggingConfig : ILoggingConfig, IData
Properties
EnvironmentConfigs
Declaration
public ILoggingEnvironmentConfig[] EnvironmentConfigs { get; }
Property Value
Id
Declaration
public string Id { get; }
Property Value
Methods
TryGetEnvironmentConfig(IEnvironmentConfig, out ILoggingEnvironmentConfig)
Declaration
public bool TryGetEnvironmentConfig(IEnvironmentConfig environmentConfig, out ILoggingEnvironmentConfig config)
Parameters
Returns
Implements