NUnit.Framework.Internal.InternalTrace public static class InternalTrace Documentation Code public static bool Initialized { get; } public static Logger GetLogger(string name) public static Logger GetLogger(Type type) public static void Initialize(string logName, InternalTraceLevel level) Initialize the internal trace facility using the name of the log to be written to and the trace level. public static void Initialize(TextWriter writer, InternalTraceLevel level) Initialize the internal trace using a provided TextWriter and level