PinLog Docs
  • PinLog Logging Library
  • Implementation Guide
  • Quick Start Guide
  • Exception Handling
  • GitHub
  • Reference
    • Library Reference
      • Methods
Powered by GitBook
On this page
  1. Reference
  2. Library Reference

Methods

Method
Use
Example

PinLog.logI()

Adds a info log.

PinLog.logI("TAG","Info")

PinLog.logW()

Adds a warning log.

PinLog.logW("TAG","Warn")

PinLog.logE()

Adds an error log.

PinLog.logE("TAG","Error",Exception())

PinLog.logD()

Adds a debug log.

PinLog.logD("TAG","Debug")

PreviousLibrary Reference

Last updated 2 years ago