Class MessagesActiveViamWeb

java.lang.Object
com.qfs.logging.MessagesActiveViamWeb

@Deprecated(since="6.0.5", forRemoval=true) public class MessagesActiveViamWeb extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Class grouping all messages for this module.
Author:
ActiveViam
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Logger
    getLogger(Class<?> cls)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets a logger by a class.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MessagesActiveViamWeb

      public MessagesActiveViamWeb()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getLogger

      public static Logger getLogger(Class<?> cls)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets a logger by a class.
      Parameters:
      cls - the class identifying the logger
      Returns:
      the logger for the specified class.