log.go raw

   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"
   8