Skip to content

Commit

Permalink
added comment on logmanager:
Browse files Browse the repository at this point in the history
  • Loading branch information
poorva1209 committed Nov 30, 2017
1 parent f6a340f commit c6f3cd9
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@

public interface LogManager {


/**
* Implementation of this method should writes the message in log file.
* And calls LogDataManager to save the log message in data store if
* store_to_db is true in LogMessage object.
* @param message an Object of gov.pnnl.goss.gridappsd.dto.LogMessage
* @param username username of the user logging the message
*/
void log(LogMessage message, String username);

/**
Expand Down

0 comments on commit c6f3cd9

Please sign in to comment.