/// Returns the formatted log entry public override string ToString() { return(Occurred.ToLogStamp() + " - [" + Tag + "] " + (Level.ToString().ToUpper() + " ").Left(5) + ": " + Message); }