github.com/Seikaijyu/gio@v0.0.1/app/internal/log/log.go (about)

     1  // SPDX-License-Identifier: Unlicense OR MIT
     2  
     3  // Package points standard output, standard error and the standard
     4  // library package log to the platform logger.
     5  package log
     6  
     7  var appID = "gio"