Liking cljdoc? Tell your friends :D
Clojure only.

puppetlabs.trapperkeeper.services.status.status-debug-logging


log-statusclj

(log-status last-cpu-snapshot)

Inputs: [last-cpu-snapshot :- (schema/atom cpu/CpuUsageSnapshot)]

Log status information at the debug level as json

Note: This function is in its own namespace so that logback can use the namespace as a way to route these log messages separately from other logging the application might be doing, and so it shouldn't be moved from this namespace

Inputs: [last-cpu-snapshot :- (schema/atom cpu/CpuUsageSnapshot)]

Log status information at the debug level as json

Note: This function is in its own namespace so that logback can use the namespace
as a way to route these log messages separately from other logging the application
might be doing, and so it shouldn't be moved from this namespace
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close