Class | Description |
---|---|
AbstractLogger |
An abstract IFXGLogger implementation to redirect the various utility
logging methods to the core log() API:
void log(int level, Object message, Throwable t, String location, int line, int column);
|
SystemLogger |
A simple logger that traces messages out to System.out.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.