using System; namespace SchoenLogger { [Serializable] public abstract class LogEntry : CsvCompatible { } }