fCraft.FLogDummy.Log C# (CSharp) Method

Log() public method

public Log ( string s ) : void
s string
return void
        public void Log(string s)
        {
        }

Same methods

FLogDummy::Log ( string message, FLogType type ) : void
FLogDummy