|
Thanks Arco
That may be a way to represent the ALL but it does not solve how I can do
it in a single parameter. The prototype setLevel only has one parameter.
Sent from my iPhone
On 11 Jan. 2017, at 21:55, Arco Simonse <arco400@xxxxxxxxx> wrote:https://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html#ALL
Hi Don,
According to the documentation
the ALL level is represented by Integer.MIN_VALUE and not string.with
Would it help if you define a variable as java integer, initialize it
*loval, and use that as parameter?a
Best regards,
-Arco
2017-01-11 6:42 GMT+01:00 Don Brown <DBrown@xxxxxxxxxx>:
I am trying to get logging working in Java to investigate an issue with
aclass failing.
In doing so I used the Rdi option to generate the Java method Calls.
In Java to set the logging level you can do;
Logger.getLogger("Braintree").setLevel(Level.ALL);
What I don't know how to do in RPG is set the constant ALL where ALL is
'java.util.logging.L+constant in class Level that returns a Level object.
In RPG I have the following;
D getLogger PR O CLASS(*JAVA :
'java.util.logging+D ogger' )
D EXTPROC(*JAVA :
'java.lang.String' )D .Logger' : 'getLogger' )
D STATIC
D
D loggerName O CLASS(*JAVA :
'java.util.logging+
D setLevel PR EXTPROC(*JAVA :
'java.lang.String' )D .Logger' : 'setLevel' )
D newString pr o extproc(*java
D : 'java.lang.String'
D : *constructor)
D value 25a const varying
D loggerNameJ S O CLASS(*JAVA :
'java.util.logging.L+
D getLoggerRet S O CLASS(*JAVA :
'java.util.logging.L+D ogger' )
D LevelJ S O CLASS(*JAVA :
listD evel' )
loggerNameJ = newString('Braintree');
getLoggerRet = getLogger( loggerNameJ );
LevelJ = newString('ALL');
setLevel(getLoggerRet : LevelJ);
The program will not compile as the prototype for setLevel only expects
one parameter.
Any suggestions appreciated
Don Brown
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
listTo post a message email: MIDRANGE-L@xxxxxxxxxxxx--
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxxquestions.
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
link: http://amzn.to/2dEadiD
Help support midrange.com by shopping at amazon.com with our affiliate
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.