# Methods Reference

- [Apex](/pharos-triton/methods-reference/apex-methods-reference.md): This article covers the base Apex methods you'll need to create log records.
- [Triton](/pharos-triton/methods-reference/apex-methods-reference/triton.md): This article covers all the logging methods, including transaction management and DML result logging.
- [TritonBuilder](/pharos-triton/methods-reference/apex-methods-reference/tritonbuilder.md): The TritonBuilder class provides a comprehensive and flexible API for creating structured log records in Salesforce.
- [TritonTypes](/pharos-triton/methods-reference/apex-methods-reference/tritontypes.md): This article covers the enums and constants used throughout the Triton logging framework.
- [TritonLwc](/pharos-triton/methods-reference/apex-methods-reference/tritonlwc.md): Documentation for the TritonLwc Apex class that provides core logging functionality for Lightning Web Components.
- [ComponentLog](/pharos-triton/methods-reference/apex-methods-reference/tritonlwc/componentlog.md): Documentation for the ComponentLog wrapper class used to structure and transmit log data from Lightning Web Components.
- [Component](/pharos-triton/methods-reference/apex-methods-reference/tritonlwc/component.md): Documentation for the Component wrapper class used to capture LWC component context information.
- [Error](/pharos-triton/methods-reference/apex-methods-reference/tritonlwc/error.md): Documentation for the Error wrapper class used to capture and structure error information from Lightning Web Components.
- [RuntimeInfo](/pharos-triton/methods-reference/apex-methods-reference/tritonlwc/runtimeinfo.md): Documentation for the RuntimeInfo wrapper class used to capture detailed runtime context and performance metrics from Lightning Web Components.
- [TritonFlow](/pharos-triton/methods-reference/apex-methods-reference/tritonflow.md): Documentation for the TritonFlow Apex class that provides core logging functionality for Flow Builder and Process Builder.
- [FlowLog](/pharos-triton/methods-reference/apex-methods-reference/tritonflow/flowlog.md): Documentation for the FlowLog wrapper class used to structure and transmit log data from Flow Builder and Process Builder.
- [TritonHelper](/pharos-triton/methods-reference/apex-methods-reference/tritonhelper.md): The TritonHelper class provides utility methods and builder classes for the Triton logging framework.
- [PostProcessingControlsBuilder](/pharos-triton/methods-reference/apex-methods-reference/tritonhelper/postprocessingcontrolsbuilder.md): This builder class provides a quick and easy way to set post processing flags. It can be found inside the TritonTypes.cls. These flags determine what type of post processing Pharos performs for a log
- [LogBuilder](/pharos-triton/methods-reference/apex-methods-reference/logbuilder.md): Triton utilizes the builder design pattern to enable a quick and easy-to-read log creation routine.
- [LWC](/pharos-triton/methods-reference/lwc.md): This article covers the base LWC methods you'll need to create log records.
- [Triton](/pharos-triton/methods-reference/lwc/triton.md)
- [TritonBuilder](/pharos-triton/methods-reference/lwc/tritonbuilder.md)
- [TritonUtils](/pharos-triton/methods-reference/lwc/tritonutils.md)
