Auth.GG
  • Welcome to Auth.GG!
  • C#
    • Initial Setup
    • Login
    • Register
    • Extend Subscription
    • User Information
    • Variables
    • Logs
  • Universal API
    • Application Information
    • Login
    • Register
    • Extend Subscription
    • Forgot Password
    • Change Password
    • Log
  • Admin API
    • Users
    • Licenses
    • HWID
  • FOR DEVELOPER
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. C#

Logs

You can customize your logs, each thing that is logged passes server-sided security checks so it is not spam and then inputs into your log tab.

C#
API.Log("BigWumpus", "Logged in!"); //Logs this action to your web-panel, you can do this anywhere and for anything!
PreviousVariablesNextApplication Information

Last updated 5 years ago

Was this helpful?