[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eApiProxy.LogRecord\u003c/code\u003e is a class that inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e and provides functionality for logging within the ApiProxy framework.\u003c/p\u003e\n"],["\u003cp\u003eIt offers four constructors to create \u003ccode\u003eLogRecord\u003c/code\u003e instances, allowing for variations in parameters such as log level, timestamp, message, stack trace element, and throwable exceptions.\u003c/p\u003e\n"],["\u003cp\u003eSeveral methods are available to extract information from a \u003ccode\u003eLogRecord\u003c/code\u003e object, including \u003ccode\u003egetLevel()\u003c/code\u003e, \u003ccode\u003egetMessage()\u003c/code\u003e, \u003ccode\u003egetSourceLocation()\u003c/code\u003e, \u003ccode\u003egetStackFrame()\u003c/code\u003e, and \u003ccode\u003egetTimestamp()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLogRecord\u003c/code\u003e objects carry important information related to its source, be that a stack trace element or a throwable.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLogRecord\u003c/code\u003e objects are built to capture data based on level, timestamp and message, which are also available to retrieve.\u003c/p\u003e\n"]]],[],null,["# Class ApiProxy.LogRecord (2.0.0)\n\n public static final class ApiProxy.LogRecord\n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e ApiProxy.LogRecord \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nConstructors\n------------\n\n### LogRecord(ApiProxy.LogRecord arg0, String arg1)\n\n public LogRecord(ApiProxy.LogRecord arg0, String arg1)\n\n### LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2)\n\n public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2)\n\n### LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, StackTraceElement arg3)\n\n public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, StackTraceElement arg3)\n\n### LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, Throwable arg3)\n\n public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, Throwable arg3)\n\nMethods\n-------\n\n### getLevel()\n\n public ApiProxy.LogRecord.Level getLevel()\n\n### getMessage()\n\n public String getMessage()\n\n### getSourceLocation()\n\n public Throwable getSourceLocation()\n\n### getStackFrame()\n\n public StackTraceElement getStackFrame()\n\n### getTimestamp()\n\n public long getTimestamp()"]]