Class
LogWriteEventArgs

LogWrite event argument.

Definition

Namespace:ArtOfTest.WebAii.EventsArgs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class LogWriteEventArgs : EventArgs

Inheritance: objectEventArgsLogWriteEventArgs

Inherited Members EventArgs.Empty

Constructors

LogWriteEventArgs(string, string)

Create a new LogWriteEventArgs object.

Declaration

cs-api-definition
public LogWriteEventArgs(string message, string messageNoTime)

Parameters

message

string

The message to log.

messageNoTime

string

The message to log minus the time stamp.

Properties

Message

Gets the message being logged.

Declaration

cs-api-definition
public string Message { get; }

Property Value

string

MessageWithoutTimeStamp

Gets the message without the time stampe.

Declaration

cs-api-definition
public string MessageWithoutTimeStamp { get; }

Property Value

string