Uses of Class
hudson.logging.LogRecorder
-
Packages that use LogRecorder Package Description hudson.logging -
-
Uses of LogRecorder in hudson.logging
Fields in hudson.logging with type parameters of type LogRecorder Modifier and Type Field Description Map<String,LogRecorder>
LogRecorderManager. logRecorders
Deprecated.useLogRecorderManager.getRecorders()
insteadMethods in hudson.logging that return LogRecorder Modifier and Type Method Description LogRecorder
LogRecorderManager. getDynamic(String token)
LogRecorder
LogRecorderManager. getLogRecorder(String token)
Methods in hudson.logging that return types with arguments of type LogRecorder Modifier and Type Method Description List<LogRecorder>
LogRecorderManager. getRecorders()
Method parameters in hudson.logging with type arguments of type LogRecorder Modifier and Type Method Description void
LogRecorderManager. setRecorders(List<LogRecorder> recorders)
-