SharpMod.Server.LogConsole C# (CSharp) Method

LogConsole() public static method

Logs a plain message to the console, not in the files.
public static LogConsole ( string message ) : void
message string /// A ///
return void
        public static void LogConsole(string message)
        {
            MetaMod.MetaModEngine.metaUtilityFunctions.LogConsole(MetaMod.MetaModEngine.PLID, message);
        }