-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Thev2Andy edited this page Mar 22, 2024
·
6 revisions
PowerLog is a lightweight logging library made in C#, designed to make logging easy, with only one function call. It can be primarily used to make fast log systems, and you can easily extend it by using C# events.
PowerLog.Log.LogL("Hi! Welcome to the PowerLog docs!", LogType.Info, LogMode.Default);
Important
The wiki is no longer being maintained, and is now kept as historical reference. (And will be removed in the future.)
-
What's the purpose of PowerLog?
It can be used to make fast and modular logging systems.
-
Is PowerLog free?
Yeah, completely free.
-
How do I implement PowerLog into my application?
You can read about implementing PowerLog into your application here.