Click or drag to resize

AspNetTraceTargetWrite Method

Overload List
  NameDescription
Protected methodWrite(AsyncLogEventInfo)
Writes async log event to the log target.
(Inherited from Target.)
Protected methodWrite(IListAsyncLogEventInfo)
Writes an array of logging events to the log target. By default it iterates on all events and passes them to "Write" method. Inheriting classes can use this method to optimize batch writes.
(Inherited from Target.)
Protected methodWrite(LogEventInfo)
Writes the specified logging event to the ASP.NET Trace facility. If the log level is greater than or equal to Warn it uses the System.Web.TraceContext.Warn method, otherwise it uses System.Web.TraceContext.Write method.
(Overrides TargetWrite(LogEventInfo).)
Top
See Also