CiapiNewsTest.MyLogger.MyLogger C# (CSharp) Метод

MyLogger() публичный Метод

public MyLogger ( string logName, LogLevel logLevel, bool showlevel, bool showDateTime, bool showLogName, string dateTimeFormat ) : System
logName string
logLevel LogLevel
showlevel bool
showDateTime bool
showLogName bool
dateTimeFormat string
Результат System
		public MyLogger(string logName, LogLevel logLevel, bool showlevel, bool showDateTime,
				bool showLogName, string dateTimeFormat)
			: base(logName, logLevel, showlevel, showDateTime, showLogName, dateTimeFormat)
		{
		}