Logger.Logrb Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Logrb(Level, String, String, String, String, Throwable) |
Obsolete.
Log a message, specifying source class, method, and resource bundle name, with associated Throwable information. |
| Logrb(Level, String, String, String, String, Object) |
Obsolete.
Log a message, specifying source class, method, and resource bundle name, with a single object parameter to the log message. |
| Logrb(Level, String, String, String, String, Object[]) |
Obsolete.
Log a message, specifying source class, method, and resource bundle name, with an array of object arguments. |
| Logrb(Level, String, String, ResourceBundle, String, Object[]) |
Log a message, specifying source class, method, and resource bundle name with no arguments. |
| Logrb(Level, String, String, String, String) |
Obsolete.
Log a message, specifying source class, method, and resource bundle name with no arguments. |
| Logrb(Level, String, String, ResourceBundle, String, Throwable) |
Log a message, specifying source class, method, and resource bundle, with associated Throwable information. |
Logrb(Level, String, String, String, String, Throwable)
Caution
deprecated
Log a message, specifying source class, method, and resource bundle name, with associated Throwable information.
[Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Throwable_Handler")]
[System.Obsolete("deprecated")]
public virtual void Logrb (Java.Util.Logging.Level level, string? sourceClass, string? sourceMethod, string? bundleName, string? msg, Java.Lang.Throwable? thrown);
[<Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Throwable_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Logrb : Java.Util.Logging.Level * string * string * string * string * Java.Lang.Throwable -> unit
override this.Logrb : Java.Util.Logging.Level * string * string * string * string * Java.Lang.Throwable -> unit
Parameters
- level
- Level
One of the message level identifiers, e.g., SEVERE
- sourceClass
- String
name of class that issued the logging request
- sourceMethod
- String
name of method that issued the logging request
- bundleName
- String
name of resource bundle to localize msg, can be null
- msg
- String
The string message (or a key in the message catalog)
- thrown
- Throwable
Throwable associated with log message.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Logrb(Level, String, String, String, String, Object)
Caution
deprecated
Log a message, specifying source class, method, and resource bundle name, with a single object parameter to the log message.
[Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Object_Handler")]
[System.Obsolete("deprecated")]
public virtual void Logrb (Java.Util.Logging.Level level, string? sourceClass, string? sourceMethod, string? bundleName, string? msg, Java.Lang.Object? param1);
[<Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Object_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Logrb : Java.Util.Logging.Level * string * string * string * string * Java.Lang.Object -> unit
override this.Logrb : Java.Util.Logging.Level * string * string * string * string * Java.Lang.Object -> unit
Parameters
- level
- Level
One of the message level identifiers, e.g., SEVERE
- sourceClass
- String
name of class that issued the logging request
- sourceMethod
- String
name of method that issued the logging request
- bundleName
- String
name of resource bundle to localize msg, can be null
- msg
- String
The string message (or a key in the message catalog)
- param1
- Object
Parameter to the log message.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Logrb(Level, String, String, String, String, Object[])
Caution
deprecated
Log a message, specifying source class, method, and resource bundle name, with an array of object arguments.
[Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_arrayLjava_lang_Object_Handler")]
[System.Obsolete("deprecated")]
public virtual void Logrb (Java.Util.Logging.Level level, string? sourceClass, string? sourceMethod, string? bundleName, string? msg, Java.Lang.Object[]? params);
[<Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_arrayLjava_lang_Object_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Logrb : Java.Util.Logging.Level * string * string * string * string * Java.Lang.Object[] -> unit
override this.Logrb : Java.Util.Logging.Level * string * string * string * string * Java.Lang.Object[] -> unit
Parameters
- level
- Level
One of the message level identifiers, e.g., SEVERE
- sourceClass
- String
name of class that issued the logging request
- sourceMethod
- String
name of method that issued the logging request
- bundleName
- String
name of resource bundle to localize msg, can be null.
- msg
- String
The string message (or a key in the message catalog)
- params
- Object[]
Array of parameters to the message
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Logrb(Level, String, String, ResourceBundle, String, Object[])
Log a message, specifying source class, method, and resource bundle name with no arguments.
[Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_util_ResourceBundle_Ljava_lang_String_arrayLjava_lang_Object_Handler", ApiSince=26)]
public virtual void Logrb (Java.Util.Logging.Level level, string? sourceClass, string? sourceMethod, Java.Util.ResourceBundle? bundle, string? msg, params Java.Lang.Object[]? params);
[<Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_util_ResourceBundle_Ljava_lang_String_arrayLjava_lang_Object_Handler", ApiSince=26)>]
abstract member Logrb : Java.Util.Logging.Level * string * string * Java.Util.ResourceBundle * string * Java.Lang.Object[] -> unit
override this.Logrb : Java.Util.Logging.Level * string * string * Java.Util.ResourceBundle * string * Java.Lang.Object[] -> unit
Parameters
- level
- Level
One of the message level identifiers, e.g., SEVERE
- sourceClass
- String
name of class that issued the logging request
- sourceMethod
- String
name of method that issued the logging request
- bundle
- ResourceBundle
- msg
- String
The string message (or a key in the message catalog)
- params
- Object[]
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Logrb(Level, String, String, String, String)
Caution
deprecated
Log a message, specifying source class, method, and resource bundle name with no arguments.
[Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void Logrb (Java.Util.Logging.Level level, string? sourceClass, string? sourceMethod, string? bundleName, string? msg);
[<Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Logrb : Java.Util.Logging.Level * string * string * string * string -> unit
override this.Logrb : Java.Util.Logging.Level * string * string * string * string -> unit
Parameters
- level
- Level
One of the message level identifiers, e.g., SEVERE
- sourceClass
- String
name of class that issued the logging request
- sourceMethod
- String
name of method that issued the logging request
- bundleName
- String
name of resource bundle to localize msg, can be null
- msg
- String
The string message (or a key in the message catalog)
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Logrb(Level, String, String, ResourceBundle, String, Throwable)
Log a message, specifying source class, method, and resource bundle, with associated Throwable information.
[Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/String;Ljava/lang/Throwable;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_util_ResourceBundle_Ljava_lang_String_Ljava_lang_Throwable_Handler", ApiSince=26)]
public virtual void Logrb (Java.Util.Logging.Level level, string? sourceClass, string? sourceMethod, Java.Util.ResourceBundle? bundle, string? msg, Java.Lang.Throwable? thrown);
[<Android.Runtime.Register("logrb", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/String;Ljava/lang/Throwable;)V", "GetLogrb_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_util_ResourceBundle_Ljava_lang_String_Ljava_lang_Throwable_Handler", ApiSince=26)>]
abstract member Logrb : Java.Util.Logging.Level * string * string * Java.Util.ResourceBundle * string * Java.Lang.Throwable -> unit
override this.Logrb : Java.Util.Logging.Level * string * string * Java.Util.ResourceBundle * string * Java.Lang.Throwable -> unit
Parameters
- level
- Level
One of the message level identifiers, e.g., SEVERE
- sourceClass
- String
Name of the class that issued the logging request
- sourceMethod
- String
Name of the method that issued the logging request
- bundle
- ResourceBundle
Resource bundle to localize msg,
can be null
- msg
- String
The string message (or a key in the message catalog)
- thrown
- Throwable
Throwable associated with the log message.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.