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
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
.static org.jvnet.localizer.Localizable
_LogRecorderManager_DisplayName()
KeyLogRecorderManager.DisplayName
:System Log
.static org.jvnet.localizer.Localizable
_LogRecorderManager_init()
KeyLogRecorderManager.init
:Initializing log recorders
.static org.jvnet.localizer.Localizable
_LogRecorderManager_LoggerNotFound(Object arg0)
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
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.
.static String
LogRecorderManager_DisplayName()
KeyLogRecorderManager.DisplayName
:System Log
.static String
LogRecorderManager_init()
KeyLogRecorderManager.init
:Initializing log recorders
.static String
LogRecorderManager_LoggerNotFound(Object arg0)
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.
.
-
-
-
Method Detail
-
LogRecorder_Target_Empty_Warning
public static String 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
public static String 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
public static String LogRecorderManager_LoggerNotFound(Object arg0)
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
public static org.jvnet.localizer.Localizable _LogRecorderManager_LoggerNotFound(Object arg0)
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
public static String 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
-
-