AssemblyCSharp.PSProfiler.LogAll C# (CSharp) Method

LogAll() public static method

public static LogAll ( string header = null ) : void
header string
return void
        public static void LogAll(string header = null)
        {
            Instance.DoLogAll(header);
        }