public class Logger extends Object
Constructor and Description |
---|
Logger() |
Modifier and Type | Method and Description |
---|---|
static void |
logAction(Integer entityId,
LogAction action)
Use this function to log actions that may be stored on database or txt format.
|
static void |
logHistory(Integer entityId,
LogAction action)
Use this function to log history related items that *must* be in the database.
|
static void |
logHistory(Integer entityId,
LogAction action,
String value1,
String value2,
String value3)
Use this function to log history related items that *must* be in the database.
|
public static void logHistory(Integer entityId, LogAction action)
entityId
- action
- public static void logHistory(Integer entityId, LogAction action, String value1, String value2, String value3)
entityId
- action
- value1
- value2
- value3
- Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.