mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Make api log methods public
This commit is contained in:
@ -633,7 +633,7 @@ public class QJavalinApiHandler
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
private static APILog newAPILog(Context context)
|
||||
public static APILog newAPILog(Context context)
|
||||
{
|
||||
APILog apiLog = new APILog()
|
||||
.withTimestamp(Instant.now())
|
||||
@ -661,7 +661,7 @@ public class QJavalinApiHandler
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
private static void storeApiLog(APILog apiLog)
|
||||
public static void storeApiLog(APILog apiLog)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user