C# Class D3Helper.A_Handler.Log.LogEntry

Show file Open project: r3peat/D3Helper.Public

Public Methods

Method Description
LogEntry ( System.DateTime timestamp, string text ) : System
addLogEntry ( string text ) : void

Method Details

LogEntry() public method

public LogEntry ( System.DateTime timestamp, string text ) : System
timestamp System.DateTime
text string
return System

addLogEntry() public static method

public static addLogEntry ( string text ) : void
text string
return void