CSharpRoboticsLib.Utility.Logger.Logger C# (CSharp) Method

Logger() static private method

static private Logger ( ) : System
return System
        static Logger()
        {
            SmartDashboardName = null;
            PrintToConsole = false;
            ShowDetails = false;
            Level = -1;
            _offset = DateTime.Now;
            _messages = new List<TimeStampedMessage>();
            AddMessage("Logger Initialized");
        }