Fix log.info call in Log.cs

x) Corrected log.info call for Tracing.MemoryPipe.
This commit is contained in:
Marc Hernandez 2024-06-11 17:15:26 -07:00
parent db949e14ab
commit c98db058be

View File

@ -97,7 +97,7 @@ static public class log
//log.info( $"Tracing.Program.CreateTracingSession" ); //log.info( $"Tracing.Program.CreateTracingSession" );
//var task = log.call( Tracing.Program.CreateTracingSession( false, true, 64 ) ); //var task = log.call( Tracing.Program.CreateTracingSession( false, true, 64 ) );
//* /*
log.info( $"Tracing.MemoryPipe" ); log.info( $"Tracing.MemoryPipe" );
var memoryPipe = log.call( () => new Tracing.MemoryPipe() ); var memoryPipe = log.call( () => new Tracing.MemoryPipe() );