C# Class logpackermobilesdk.Event

Mostrar archivo Open project: logpacker/mobile-sdk Class Usage Examples

Public Properties

Property Type Description
LogLevel int
Message string
Source string
UserID string
UserName string

Public Methods

Method Description
Event ( string message, string source, int level, string userID, string userName ) : System

Method Details

Event() public method

public Event ( string message, string source, int level, string userID, string userName ) : System
message string
source string
level int
userID string
userName string
return System

Property Details

LogLevel public_oe property

public int LogLevel
return int

Message public_oe property

public string Message
return string

Source public_oe property

public string Source
return string

UserID public_oe property

public string UserID
return string

UserName public_oe property

public string UserName
return string