fCraft.FLogDummy.Log C# (CSharp) Méthode

Log() public méthode

public Log ( string s ) : void
s string
Résultat void
        public void Log(string s)
        {
        }

Same methods

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