module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jan 13, 2025
License: MIT
Opens a new window with license information.
README
¶
go-android-log
Native Android logging bindings for Go apps.
Recommended to use with gomobile.
Install
go get github.com/Securepoint/go-android-log
Usage
logger := androidlog.NewLogger("MyPackage")
logger.Info("Application started")
logger.Debug("Debug message")
logger.Error("Something went wrong")
logger.Infof("Application started at %s", time.Now())
logger.Debugf("Debug message: %d", 42)
logger.Errorf("Something went wrong: %v", err)
Documentation

License
MIT
Directories
¶
Package androidlog provides Go bindings for Android's native logging system
|
Package androidlog provides Go bindings for Android's native logging system |
Click to show internal directories.
Click to hide internal directories.