// Author: Simon Gockner // Created: 2020-09-14 // Copyright(c) 2020 SimonG. All Rights Reserved. namespace Lib.Logging.Loggers.Interfaces { public interface ILoggerInitializer { bool Init(); } }