Package org.jvision

Class JVision

java.lang.Object
org.jvision.JVision

public class JVision extends Object
This class contains static information about the JOrigin Vision package. The logging system of the whole package is handled by this class and is it possible to change the internal logger with method setLogger(Logger).
Since:
1.0.0
Version:
"1.0.0" b202104211400L
Author:
Julien Seinturier - JOrigin - contact@jorigin.org - https://github.com/jorigin/jvision
  • Field Details

  • Constructor Details

    • JVision

      public JVision()
  • Method Details

    • init

      public static final void init()
      Initialize the JOrigin common package.
    • setLogger

      public static void setLogger(Logger logger)
      Set the logger to use for reporting.
      Parameters:
      logger - the logger to use for reporting.