Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/aniskaram-logger.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Unity Custom Logger** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/aniskaram-logger.git
```

[![pkglnk](https://www.pkglnk.dev/badge/aniskaram-logger.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/aniskaram-logger)

README

📝 Unity Custom Logger (Unity Package)

A lightweight, color-coded logging utility for Unity. Keeps your console clean and your logs readable and maintainable.

Version

📦 Installation

Open the Package Manager in Unity > (+) Add package from git URL... and use: https://github.com/AnisKaram/Unity-Custom-Logger-Package.git

🚀 Usage

  • Open Custom Tools in Unity > Logger > Editor or/and Runtime > Enable > Wait until it compiles.
  • Import this namespace: com.atk.logger in your script.
  • Call EditorLogger or RuntimeLogger static classes to call their methods.

Important After installing, please make sure to enable editor, runtime, or both logs by using the Custom Tools tab in Unity.

🤝 Requirements

  • Unity 6000.2 or higher.
  • Minimum Unity Release is 6f2 to avoid using any Unity Version with Security Issues.
  • No external dependencies.

⚙️ Configuration

Open Custom Tools in Unity > Logger to:

  • Enable and Disable editor and runtime logs.
  • [Optional/When Needed] Clear logs.

Comments

No comments yet. Be the first!