-2

I am new to atg. I have seen one java code for payment enrollment. I want to know about two functions isLoggingDebug() and logDebug(), Is it custom functions or not?

Willi Mentzel
  • 27,862
  • 20
  • 113
  • 121

1 Answers1

0

These functions are both not custom, but provided by the SDK

See https://docs.oracle.com/cd/E23095_01/Platform.93/apidoc/atg/nucleus/logging/ApplicationLoggingImpl.html#isLoggingDebug()

and

https://docs.oracle.com/cd/E23095_01/Platform.93/apidoc/atg/nucleus/logging/ApplicationLoggingImpl.html#logDebug(java.lang.String)

Tim
  • 41,901
  • 18
  • 127
  • 145
  • @jww The question is answered with the first line of this answer, the links are just extra reference. Copy pasting the code from the link doesn't answer the question any better (in this case) – Tim Dec 11 '14 at 12:01