// Author: Simon Gockner // Created: 2020-02-08 // Copyright(c) 2020 SimonG. All Rights Reserved. namespace GBase.Logging.Interfaces { /// /// The /// public interface ILogComponent { /// /// The /// string Component { get; } } }