namespace Млаумчерб.Клиент; public class LauncherLogger : FileLogger { public static readonly IOPath LogsDirectory = "launcher-logs"; public LauncherLogger() : base(LogsDirectory, "млаумчерб") { } }