Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
/ Extended-Logging Public archive

[NO SUPPORT] Extended Logging is a small extension to the normal logging include. The log entries are sorted categorically. This plugin created by default (provided that such level is in use) the level folder (trace, debug, info, warn and error), if no path name is specified. Otherwise it would look like this 'addons/sourcemod/logs/path'. You ca…

License

Notifications You must be signed in to change notification settings

Bara/Extended-Logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Logging

Alt text

is a small extension to the normal logging include. The log entries are sorted categorically. This plugin created by default (provided that such level is in use) the level folder (trace, debug, info, warn and error), if no path name is specified. Otherwise it would look like this 'addons/sourcemod/logs/path'. You can define the file name self and insert in the file name a date (optimal).

Functions:

  • Log_Default(const String:path[] = "", const String:file[] = "file", const String:date[] = "", const String:format[], any:...)
  • Log_Trace(const String:path[] = "", const String:file[] = "file", const String:date[] = "", const String:format[], any:...)
  • Log_Debug(const String:path[] = "", const String:file[] = "file", const String:date[] = "", const String:format[], any:...)
  • Log_Info(const String:path[] = "", const String:file[] = "file", const String:date[] = "", const String:format[], any:...)
  • Log_Warn(const String:path[] = "", const String:file[] = "file", const String:date[] = "", const String:format[], any:...)
  • Log_Error(const String:path[] = "", const String:file[] = "file", const String:date[] = "", const String:format[], any:...)
  • Log_File(const String:path[] = "", const String:file[] = "file", const String:date[] = "", ELOG_LEVEL:level = INFO, const String:format[], any:...)

Levels:

  • 0 - DEFAULT
  • 1 - TRACE
  • 2 - DEBUG
  • 3 - INFO
  • 4 - WARN
  • 5 - ERROR

Download:

About

[NO SUPPORT] Extended Logging is a small extension to the normal logging include. The log entries are sorted categorically. This plugin created by default (provided that such level is in use) the level folder (trace, debug, info, warn and error), if no path name is specified. Otherwise it would look like this 'addons/sourcemod/logs/path'. You ca…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published