Skip to content
Edit this page

Examples

Welcome to the Logly examples! This section contains comprehensive, runnable examples that demonstrate all major features of the Logly logging library.

📋 Table of Contents

🏗️ Getting Started Examples

📁 File & Storage Examples

🔧 Advanced Features

🚀 Quick Start

Copy and run any example to see Logly in action:

# Clone the repository
git clone https://github.com/muhammad-fiaz/logly.git
cd logly

# Install dependencies
pip install -e .

# Run an example
python examples/basic_console.py

💡 Tips for Learning

  1. Start Simple: Begin with Basic Console Logging to understand the fundamentals
  2. Build Up: Each example builds on previous concepts
  3. Experiment: Modify the code and see what happens
  4. Combine Features: Mix techniques from different examples