C# Class nHydrate.Generator.Common.Logging.MultiProcessFileTraceListener.MultiProcessLogFileWriter.LogStatement

Mostrar archivo Open project: nHydrate/nHydrate

Public Properties

Property Type Description
Message string
WriteLine bool

Public Methods

Method Description
LogStatement ( bool writeLine, string message ) : System

Method Details

LogStatement() public method

public LogStatement ( bool writeLine, string message ) : System
writeLine bool
message string
return System

Property Details

Message public_oe property

public string Message
return string

WriteLine public_oe property

public bool WriteLine
return bool