Skip to main content Link Menu Expand (external link) Document Search Copy Copied

GRPLLogger Internal class

Description

This empty class gets used in combination with the Rhinox.Perceptor for custom logging behavior.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Rhinox.XR.Grapple
  Rhinox.XR.Grapple.GRPLLogger[[GRPLLogger]]
  end
  subgraph Rhinox.Perceptor
Rhinox.Perceptor.CustomLogger[[CustomLogger]]
  end
Rhinox.Perceptor.CustomLogger --> Rhinox.XR.Grapple.GRPLLogger

Details

Summary

This empty class gets used in combination with the Rhinox.Perceptor for custom logging behavior.

Inheritance

  • CustomLogger

Constructors

GRPLLogger

public GRPLLogger()

Generated with ModularDoc