C# Class Zetbox.API.Utils.Logging.TraceMethodCallContext

Method Call Context
Inheritance: IDisposable
ファイルを表示 Open project: daszat/zetbox

Protected Properties

Property Type Description
log log4net.ILog

Public Methods

Method Description
Dispose ( ) : void

Rollback the TraceMethodCallContext

Protected Methods

Method Description
LogFormat ( string format ) : void

Private Methods

Method Description
TraceMethodCallContext ( log4net.ILog log, string method, StackTrace stackTrace, string msg ) : System

Constructs a new TraceMethodCallContext - internal

Method Details

Dispose() public method

Rollback the TraceMethodCallContext
public Dispose ( ) : void
return void

LogFormat() protected abstract method

protected abstract LogFormat ( string format ) : void
format string
return void

Property Details

log protected_oe property

Logger
protected ILog,log4net log
return log4net.ILog