Package io.smallrye.graphql.entry.http
Class SmallRyeGraphQLServletLogging_$logger
- java.lang.Object
-
- io.smallrye.graphql.entry.http.SmallRyeGraphQLServletLogging_$logger
-
- All Implemented Interfaces:
SmallRyeGraphQLServletLogging,Serializable
public class SmallRyeGraphQLServletLogging_$logger extends Object implements SmallRyeGraphQLServletLogging, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.logging.Loggerlog
-
Constructor Summary
Constructors Constructor Description SmallRyeGraphQLServletLogging_$logger(org.jboss.logging.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcannotCreateUrl(Exception e)protected StringcannotCreateUrl$str()voidcannotProcessFile(String path, Exception cause)protected StringcannotProcessFile$str()voidcouldNotProcessUrl(URL url, Exception e)protected StringcouldNotProcessUrl$str()voiddestroyed()protected Stringdestroyed$str()voidgeneratingIndex()protected StringgeneratingIndex$str()protected LocalegetLoggingLocale()voidignoringUrl(URL url)protected StringignoringUrl$str()voidinitialized()protected Stringinitialized$str()voidioException(Exception ex)protected StringioException$str()voidjsonInput(String input)protected StringjsonInput$str()voidloadedIndexFrom(String path)protected StringloadedIndexFrom$str()voidprocessingFile(String path)protected StringprocessingFile$str()voidunableToLogReader(Reader reader)protected StringunableToLogReader$str()
-
-
-
Method Detail
-
getLoggingLocale
protected Locale getLoggingLocale()
-
loadedIndexFrom
public final void loadedIndexFrom(String path)
- Specified by:
loadedIndexFromin interfaceSmallRyeGraphQLServletLogging
-
loadedIndexFrom$str
protected String loadedIndexFrom$str()
-
generatingIndex
public final void generatingIndex()
- Specified by:
generatingIndexin interfaceSmallRyeGraphQLServletLogging
-
generatingIndex$str
protected String generatingIndex$str()
-
processingFile
public final void processingFile(String path)
- Specified by:
processingFilein interfaceSmallRyeGraphQLServletLogging
-
processingFile$str
protected String processingFile$str()
-
cannotProcessFile
public final void cannotProcessFile(String path, Exception cause)
- Specified by:
cannotProcessFilein interfaceSmallRyeGraphQLServletLogging
-
cannotProcessFile$str
protected String cannotProcessFile$str()
-
cannotCreateUrl
public final void cannotCreateUrl(Exception e)
- Specified by:
cannotCreateUrlin interfaceSmallRyeGraphQLServletLogging
-
cannotCreateUrl$str
protected String cannotCreateUrl$str()
-
ignoringUrl
public final void ignoringUrl(URL url)
- Specified by:
ignoringUrlin interfaceSmallRyeGraphQLServletLogging
-
ignoringUrl$str
protected String ignoringUrl$str()
-
couldNotProcessUrl
public final void couldNotProcessUrl(URL url, Exception e)
- Specified by:
couldNotProcessUrlin interfaceSmallRyeGraphQLServletLogging
-
couldNotProcessUrl$str
protected String couldNotProcessUrl$str()
-
initialized
public final void initialized()
- Specified by:
initializedin interfaceSmallRyeGraphQLServletLogging
-
initialized$str
protected String initialized$str()
-
destroyed
public final void destroyed()
- Specified by:
destroyedin interfaceSmallRyeGraphQLServletLogging
-
destroyed$str
protected String destroyed$str()
-
ioException
public final void ioException(Exception ex)
- Specified by:
ioExceptionin interfaceSmallRyeGraphQLServletLogging
-
ioException$str
protected String ioException$str()
-
jsonInput
public final void jsonInput(String input)
- Specified by:
jsonInputin interfaceSmallRyeGraphQLServletLogging
-
jsonInput$str
protected String jsonInput$str()
-
unableToLogReader
public final void unableToLogReader(Reader reader)
- Specified by:
unableToLogReaderin interfaceSmallRyeGraphQLServletLogging
-
unableToLogReader$str
protected String unableToLogReader$str()
-
-