Package | Description |
---|---|
org.apache.flex.compiler.fxg.logging | |
org.apache.flex.compiler.internal.fxg.logging |
Modifier and Type | Method and Description |
---|---|
static IFXGLogger |
FXGLoggerFactory.createDefaultLogger()
Creates a new instance of the default implementation of IFXGLogger.
|
static IFXGLogger |
FXGLog.getLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
FXGLog.setLogger(IFXGLogger value)
Sets the logger for the current thread.
|
Modifier and Type | Class and Description |
---|---|
class |
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);
|
class |
SystemLogger
A simple logger that traces messages out to System.out.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.