C# Class SeShell.Test.Core.EventLogger

Exibir arquivo Open project: ectechno/seshell

Protected Properties

Property Type Description
Log log4net.ILog

Public Methods

Method Description
LogEvent ( string message ) : void
LogEvent ( string message, EventTypes eType ) : void

Private Methods

Method Description
GetTestConfig ( ) : FileInfo

Method Details

LogEvent() public method

public LogEvent ( string message ) : void
message string
return void

LogEvent() public method

public LogEvent ( string message, EventTypes eType ) : void
message string
eType EventTypes
return void

Property Details

Log protected_oe static_oe property

protected static ILog,log4net Log
return log4net.ILog