Method | Description | |
---|---|---|
ActivityLog ( ) : System |
Construct an activity log object
|
|
LogActivity ( LogAction, action, string username, string target = "", string msg = "" ) : void |
Generate a standard log entry line
|
|
LogAppend ( string logEntry ) : void |
Append a line to the applicable log file
|
|
LogFilename ( DateTime ts ) : string |
Generate the filename for the applicable log file
|
public LogActivity ( LogAction, action, string username, string target = "", string msg = "" ) : void | ||
action | LogAction, | action identifier |
username | string | user |
target | string | target informatio for action |
msg | string | |
return | void |
public LogAppend ( string logEntry ) : void | ||
logEntry | string | line to add to log |
return | void |
public LogFilename ( DateTime ts ) : string | ||
ts | DateTime | timestamp for file generation |
return | string |