// Author: Gockner, Simon // Created: 2019-09-26 // Copyright(c) 2019 SimonG. All Rights Reserved. namespace Lib.Logging.Interfaces { /// /// The /// public interface ILogComponent { /// /// The /// string Component { get; } } }