Mycroft.Logger.WTF C# (CSharp) Method

WTF() public method

Log a WTF-level message
public WTF ( string message ) : bool
message string the message to log
return bool
        public bool WTF(string message)
        {
            return Log(Level.WTF, message);
        }