Service: zimbraAdmin

Command: GetAllAccountLoggers
Namespace: urn:zimbraAdmin
Description: Returns all account loggers that have been created on the given server since the last server start.
Properties:
Authorization token required true
Admin Authorization token required true

GetAllAccountLoggersRequest

    <GetAllAccountLoggersRequest /> ## GetAllAccountLoggersRequest

GetAllAccountLoggersResponse

    <GetAllAccountLoggersResponse> ## GetAllAccountLoggersResponse
        (<accountLogger name="{account-name}" id="{account-id}"> ## AccountLoggerInfo
            (<logger category="{category-name}" [level="(error | warn | info | debug | trace)"] /> ## LoggerInfo)+
          </accountLogger>)*
    </GetAllAccountLoggersResponse>

elements and attributes you can define within a <GetAllAccountLoggersResponse> element:

XPath Required / Optional Description
/accountLogger Optional (0 or more) Account loggers that have been created on the given server since the last server start
/accountLogger@name Required (only 1) Type: String
Account name
/accountLogger@id Required (only 1) Type: String
Account ID
/accountLogger/logger Required (1 or more) Logger information
/accountLogger/logger@category Required (only 1) Type: String
name of the logger category
/accountLogger/logger@level Optional (0 or 1) Type: error | warn | info | debug | trace
level of the logging.