Exemplo n.º 1
0
 /// <summary>
 /// Defines the maximum <code>jQuery.sap.log.Level</code> of log entries that will be recorded. Log entries with a higher (less important) log level will be omitted from the log. When a component name is given, the log level will be configured for that component only, otherwise the log level for the default component of this logger is set. For the global logger, the global default level is set.
 ///
 /// <b>Note</b>: Setting a global default log level has no impact on already defined component log levels. They always override the global default log level.
 /// </summary>
 /// <param name="iLogLevel">The new log level</param>
 /// <returns>This logger object to allow method chaining</returns>
 public extern static jQuery.sap.log.Logger setLevel(jQuery.sap.log.Level iLogLevel);
Exemplo n.º 2
0
 /// <summary>
 /// Defines the maximum <code>jQuery.sap.log.Level</code> of log entries that will be recorded. Log entries with a higher (less important) log level will be omitted from the log. When a component name is given, the log level will be configured for that component only, otherwise the log level for the default component of this logger is set. For the global logger, the global default level is set.
 ///
 /// <b>Note</b>: Setting a global default log level has no impact on already defined component log levels. They always override the global default log level.
 /// </summary>
 /// <param name="iLogLevel">The new log level</param>
 /// <returns>This logger object to allow method chaining</returns>
 public extern virtual jQuery.sap.log.Logger setLevel(jQuery.sap.log.Level iLogLevel);
Exemplo n.º 3
0
 /// <summary>
 /// Defines the maximum <code>jQuery.sap.log.Level</code> of log entries that will be recorded. Log entries with a higher (less important) log level will be omitted from the log. When a component name is given, the log level will be configured for that component only, otherwise the log level for the default component of this logger is set. For the global logger, the global default level is set.
 ///
 /// <b>Note</b>: Setting a global default log level has no impact on already defined component log levels. They always override the global default log level.
 /// </summary>
 /// <param name="iLogLevel">The new log level</param>
 /// <param name="sComponent">The log component to set the log level for</param>
 /// <returns>This logger object to allow method chaining</returns>
 public extern static jQuery.sap.log.Logger setLevel(jQuery.sap.log.Level iLogLevel, string sComponent);
Exemplo n.º 4
0
 /// <summary>
 /// Defines the maximum <code>jQuery.sap.log.Level</code> of log entries that will be recorded. Log entries with a higher (less important) log level will be omitted from the log. When a component name is given, the log level will be configured for that component only, otherwise the log level for the default component of this logger is set. For the global logger, the global default level is set.
 ///
 /// <b>Note</b>: Setting a global default log level has no impact on already defined component log levels. They always override the global default log level.
 /// </summary>
 /// <param name="iLogLevel">The new log level</param>
 /// <param name="sComponent">The log component to set the log level for</param>
 /// <returns>This logger object to allow method chaining</returns>
 public extern virtual jQuery.sap.log.Logger setLevel(jQuery.sap.log.Level iLogLevel, string sComponent);