LoggersResource
Loggers REST resource.
The following resources are part of this group:
/logging/loggers
Mount Point: /service/siesta/logging/loggers
Available Since: 2.7
The following operations are supported on this resource:
GET
Available Since: 2.7
Returns a list of configured loggers (never null).
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)
POST
Available Since: 2.7
Sets the level of a logger.
Request Body
element: | logger |
media types: | application/xml application/json |
logger name/level (cannot be null)
Response Body
element: | logger |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Available Since: 2.7
Resets all loggers to their default levels.
/logging/loggers/{name}
Mount Point: /service/siesta/logging/loggers/{name}
Available Since: 2.7
PUT
Available Since: 2.7
Sets the level of a logger.
Parameters
name | description | type | default |
---|---|---|---|
name | logger name | path |
Request Body
element: | logger |
media types: | application/xml application/json |
logger name/level (cannot be null)
Response Body
element: | logger |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Available Since: 2.7
Un-sets the level of a logger.
Parameters
name | description | type | default |
---|---|---|---|
name | logger name | path |