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.
These rules apply when managing server log
appenders
and buckets:
- Each instance of SUPServerLog is a local object that holds values for all metadata based configuration. All of its methods perform against those values. The values are refreshed when commit() and refresh() are called.
- After getting an instance of SUPServerLog, call refresh() to populate the values, before calling any other methods.
- Changes made through these methods are cached locally unless you call the commit() method. Commit() sends all cached values (changed or not) to Unwired Server.