mx.logging 套件包含記錄類別。
介面
| 介面 | 說明 | |
|---|---|---|
| ILogger | All loggers within the logging framework must implement this interface. | |
| ILoggingTarget | All logger target implementations within the logging framework must implement this interface. |
類別
| 類別 | 說明 | |
|---|---|---|
| AbstractTarget | This class provides the basic functionality required by the logging framework for a target implementation. | |
| Log | Provides pseudo-hierarchical logging capabilities with multiple format and output options. | |
| LogEvent | Represents the log information for a single logging event. | |
| LogEventLevel | Static class containing constants for use in the level property. | |
| LogLogger | The logger that is used within the logging framework. |
Tue Jun 12 2018, 04:01 PM Z