Skip to content

michaelAngeloEgypt/XLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

XLogger

lightweight logging utility that consists of a single file. Just copy the file XLogger.cs in your utility project and it will be available to you.

Example:

- to add a seperator:     XLogger.Sep()
- to log an exception:    XLogger.Error(ex.ToString())    //where ex is the exception object
- to log a custom info:   XLogger.Info()

About

lightweight logging utility that consists of a single file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages