# React Native Beagle ## Docs - [Beagle](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/beagle.md): Main class for logging and plugin registration - [BeagleLog](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/beagle-log.md): Abstract base class for all log entries in React Native Beagle - [BeagleLogPlugin](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/beagle-log-plugin.md): Abstract base class for creating custom log plugins in React Native Beagle - [BeagleProvider](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/beagle-provider.md): Root provider component for Beagle functionality - [Content Types](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/content-types.md): Type definitions for representing content in React Native Beagle detail views - [ErrorLog](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/error-log.md): Log class for capturing and displaying errors in React Native Beagle - [MessageLog](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/message-log.md): Basic log class for general messages in React Native Beagle - [NetworkingLog](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/networking-log.md): Log class for HTTP requests and responses in React Native Beagle - [Plugin Methods](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/plugin-methods.md): Detailed explanation of BeagleLogPlugin methods and their usage patterns - [useBeagle](https://mintlify.wiki/ailtonvivaz/react-native-beagle/api/use-beagle.md): Hook for accessing the Beagle inspector controls - [Log System](https://mintlify.wiki/ailtonvivaz/react-native-beagle/concepts/log-system.md): Understanding Beagle's log types, levels, and tracking system - [Architecture Overview](https://mintlify.wiki/ailtonvivaz/react-native-beagle/concepts/overview.md): Learn how Beagle works and when to use it in your React Native application - [Plugin Architecture](https://mintlify.wiki/ailtonvivaz/react-native-beagle/concepts/plugin-architecture.md): Learn how Beagle's plugin system works and how to create custom plugins - [Basic Logging](https://mintlify.wiki/ailtonvivaz/react-native-beagle/guides/basic-logging.md): Learn how to log messages and errors in your React Native app using Beagle's built-in logging features - [Content Type System](https://mintlify.wiki/ailtonvivaz/react-native-beagle/guides/content-types.md): Build rich, interactive detail views for your logs using Beagle's flexible content type system - [Creating Custom Plugins](https://mintlify.wiki/ailtonvivaz/react-native-beagle/guides/custom-plugins.md): Extend Beagle with custom plugins to log and display domain-specific data from your React Native app - [Network Monitoring](https://mintlify.wiki/ailtonvivaz/react-native-beagle/guides/network-monitoring.md): Automatically track and inspect all network requests and responses in your React Native app - [Theming Guide](https://mintlify.wiki/ailtonvivaz/react-native-beagle/guides/theming.md): Customize Beagle's appearance with light and dark themes to match your app's design - [Installation](https://mintlify.wiki/ailtonvivaz/react-native-beagle/installation.md): Install React Native Beagle in your React Native project using npm, yarn, or pnpm. - [Introduction](https://mintlify.wiki/ailtonvivaz/react-native-beagle/introduction.md): React Native Beagle is your trusty debugging companion, helping you sniff out bugs and performance issues in your React Native applications. - [Quick Start](https://mintlify.wiki/ailtonvivaz/react-native-beagle/quickstart.md): Get up and running with React Native Beagle in minutes with this quick start guide.