C# Class BF2Statistics.Logging.LogMessage

Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
Message string

Public Methods

Method Description
LogMessage ( string Message ) : System

Method Details

LogMessage() public method

public LogMessage ( string Message ) : System
Message string
return System

Property Details

Message public property

The string of this message
public string Message
return string