Make api log methods public

This commit is contained in:
2023-05-02 14:11:53 -05:00
parent 29f26e2ada
commit d237f4c1ad

View File

@ -633,7 +633,7 @@ public class QJavalinApiHandler
/******************************************************************************* /*******************************************************************************
** **
*******************************************************************************/ *******************************************************************************/
private static APILog newAPILog(Context context) public static APILog newAPILog(Context context)
{ {
APILog apiLog = new APILog() APILog apiLog = new APILog()
.withTimestamp(Instant.now()) .withTimestamp(Instant.now())
@ -661,7 +661,7 @@ public class QJavalinApiHandler
/******************************************************************************* /*******************************************************************************
** **
*******************************************************************************/ *******************************************************************************/
private static void storeApiLog(APILog apiLog) public static void storeApiLog(APILog apiLog)
{ {
try try
{ {