C# Class Liara.MessageHandlers.TraceHandler

Inheritance: LiaraMessageHandler
Exibir arquivo Open project: prasannavl/Liara

Public Methods

Method Description
ProcessAsync ( ILiaraContext context ) : System.Threading.Tasks.Task
WriteEnvironment ( ILiaraContext context, bool responseOutStage, System.TimeSpan timeTaken = null ) : void

Method Details

ProcessAsync() public method

public ProcessAsync ( ILiaraContext context ) : System.Threading.Tasks.Task
context ILiaraContext
return System.Threading.Tasks.Task

WriteEnvironment() public method

public WriteEnvironment ( ILiaraContext context, bool responseOutStage, System.TimeSpan timeTaken = null ) : void
context ILiaraContext
responseOutStage bool
timeTaken System.TimeSpan
return void