mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +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()
|
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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user