Package hudson.logging
Class Messages
java.lang.Object
hudson.logging.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyLogRecorder.Target.Empty.Warning
:Setting the Root (empty) logger to FINE or below is strongly discouraged as it excessively hurts performances. It may well crash Jenkins and prevent it to start.
.static org.jvnet.localizer.Localizable
KeyLogRecorderManager.DisplayName
:System Log
.static org.jvnet.localizer.Localizable
KeyLogRecorderManager.init
:Initializing log recorders
.static org.jvnet.localizer.Localizable
KeyLogRecorderManager.LoggerNotFound
:A logger named "{0}" does not exist. Add a logger by this name to a log recorder before attempting to configure its level.
.static String
KeyLogRecorder.Target.Empty.Warning
:Setting the Root (empty) logger to FINE or below is strongly discouraged as it excessively hurts performances. It may well crash Jenkins and prevent it to start.
.static String
KeyLogRecorderManager.DisplayName
:System Log
.static String
KeyLogRecorderManager.init
:Initializing log recorders
.static String
KeyLogRecorderManager.LoggerNotFound
:A logger named "{0}" does not exist. Add a logger by this name to a log recorder before attempting to configure its level.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
LogRecorder_Target_Empty_Warning
KeyLogRecorder.Target.Empty.Warning
:Setting the Root (empty) logger to FINE or below is strongly discouraged as it excessively hurts performances. It may well crash Jenkins and prevent it to start.
.- Returns:
Setting the Root (empty) logger to FINE or below is strongly discouraged as it excessively hurts performances. It may well crash Jenkins and prevent it to start.
-
_LogRecorder_Target_Empty_Warning
public static org.jvnet.localizer.Localizable _LogRecorder_Target_Empty_Warning()KeyLogRecorder.Target.Empty.Warning
:Setting the Root (empty) logger to FINE or below is strongly discouraged as it excessively hurts performances. It may well crash Jenkins and prevent it to start.
.- Returns:
Setting the Root (empty) logger to FINE or below is strongly discouraged as it excessively hurts performances. It may well crash Jenkins and prevent it to start.
-
LogRecorderManager_DisplayName
KeyLogRecorderManager.DisplayName
:System Log
.- Returns:
System Log
-
_LogRecorderManager_DisplayName
public static org.jvnet.localizer.Localizable _LogRecorderManager_DisplayName()KeyLogRecorderManager.DisplayName
:System Log
.- Returns:
System Log
-
LogRecorderManager_LoggerNotFound
KeyLogRecorderManager.LoggerNotFound
:A logger named "{0}" does not exist. Add a logger by this name to a log recorder before attempting to configure its level.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A logger named "{0}" does not exist. Add a logger by this name to a log recorder before attempting to configure its level.
-
_LogRecorderManager_LoggerNotFound
KeyLogRecorderManager.LoggerNotFound
:A logger named "{0}" does not exist. Add a logger by this name to a log recorder before attempting to configure its level.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
A logger named "{0}" does not exist. Add a logger by this name to a log recorder before attempting to configure its level.
-
LogRecorderManager_init
KeyLogRecorderManager.init
:Initializing log recorders
.- Returns:
Initializing log recorders
-
_LogRecorderManager_init
public static org.jvnet.localizer.Localizable _LogRecorderManager_init()KeyLogRecorderManager.init
:Initializing log recorders
.- Returns:
Initializing log recorders
-