You can enable
logging, filter
logs, and
manage log appenders
and
buckets
through the SUPServerLog interface. Operations you can
perform with this interface include:
Log Filter Construction
You can define and compose filters to form a log fetching pattern. All the filters are subclasses of FieldFilter. There are two types of filters: those that act directly on log fields, and those that connect other filters.
Log Entry Retrieval
Filters and retrieves entries from an Unwired Server log.
Managing Log Appenders and Buckets
Sybase Unwired Platform server logs are managed through metadata-based configuration and consist of one or more log appenders. Each log appender has one or more log buckets. They are represented by LogAppenderVO and LogBucketVO respectively.
Retrieval and Export of Trace Entries
Retrieves and exports trace entries to allow you to identify and resolve server-side issues while debugging a device application.