Method | Description | |
---|---|---|
LoggingBLL ( ) : System | ||
LoggingBLL ( |
||
createLog ( string type ) : bool | ||
getDatabaseMessages ( ) : Newtonsoft.Json.Linq.JArray | ||
getInteractionMessages ( ) : Newtonsoft.Json.Linq.JArray | ||
logToDatabase ( |
||
logToDatabase ( string action ) : bool | ||
logToUser ( string action, |
||
logToUser ( string action, |
public LoggingBLL ( |
||
loggingDAL | ||
return | System |
public getDatabaseMessages ( ) : Newtonsoft.Json.Linq.JArray | ||
return | Newtonsoft.Json.Linq.JArray |
public getInteractionMessages ( ) : Newtonsoft.Json.Linq.JArray | ||
return | Newtonsoft.Json.Linq.JArray |
public logToDatabase ( |
||
ex | ||
return | bool |
public logToDatabase ( string action ) : bool | ||
action | string | |
return | bool |
public logToUser ( string action, |
||
action | string | |
model | ||
return | bool |
public logToUser ( string action, |
||
action | string | |
model | ||
return | bool |