Skip to main content

Class LogManager

Declaration
public static class LogManager

Properties

GlobalLevel

Declaration
public static LogLevel GlobalLevel { get; set; }

Methods

GetLogger(string, Func<LogLevel>)

Declaration
public static Logger GetLogger(string name, Func<LogLevel> levelFunc = null)
Returns

MatchinghamGames.Utilities.Logger

Parameters
TypeName
System.Stringname
System.Func<MatchinghamGames.Utilities.LogLevel>levelFunc