PRODUKTIVKELLER / simple-logging

Simple Logging is a thin wrapper around the Unity logging system that helps you write cleaner logs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Logging

Simple Logging is a thin wrapper around the Unity logging system that helps you write cleaner logs.

Example

private static readonly ILog Log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);

...

Log.Error("Could not find leaderboard with name {}.", _leaderboardName);

Getting Started

Install Simple Logging using the Unity Package Manager:

https://github.com/PRODUKTIVKELLER/simple-logging.git

About

Simple Logging is a thin wrapper around the Unity logging system that helps you write cleaner logs.

License:MIT License


Languages

Language:C# 100.0%