| Interface | Description |
|---|---|
| ExternalLog |
ExternalLog will will be sent back to the server
|
| LoggingCache |
LoggingCache will store the logs in the memory temporarily,
the logs will be sent to the server or write into the disk
|
| LoggingManager |
LoggingManager will manage the logs inside the logging system, including adding and flushing
|
| LoggingStore |
LoggingStore will read/write logs from/to the disk
|
| Class | Description |
|---|---|
| LogEvent |
Log event contains event name and category.
|
| Enum | Description |
|---|---|
| LogCategory |
Log category shows the log's category
|