On 9/13/20 1:06 AM, Angel wrote: > The ComplexLogger object always returns "[ComplexLogger.Log.60]" as the file, method and line that invoked the object. It does appear to be a bug. ComplexLogger.class relies on Formatter() to process the Format string. Formatter() is called on line 60 of ComplexLogger.class. -- Lee