Fix log.info call in Log.cs
x) Corrected log.info call for Tracing.MemoryPipe.
This commit is contained in:
parent
db949e14ab
commit
c98db058be
@ -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() );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user