diff --git a/logging/Log.cs b/logging/Log.cs index f915062..c321430 100644 --- a/logging/Log.cs +++ b/logging/Log.cs @@ -97,7 +97,7 @@ static public class log //log.info( $"Tracing.Program.CreateTracingSession" ); //var task = log.call( Tracing.Program.CreateTracingSession( false, true, 64 ) ); - //* + /* log.info( $"Tracing.MemoryPipe" ); var memoryPipe = log.call( () => new Tracing.MemoryPipe() );