I want to print the String Array. This is my Code:
System.out.println(WMSLoggerFactory.getGlobalLogValue(WMSLoggerIDs.FD_ALL));
I got this error:
The method getGlobalLogValue(String) in the type WMSLoggerFactory is not applicable for the arguments (String[])
How can I print this?
Use for loop: