Logo white

David RENÉ / hayamiki

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hayamiki
  • src
  • app
  • app_loggers.anubis
  • switch from calexium_lib to xlib ...
    67c5bd4f
    make the first hayamiki web controller outside from application (i.e. Ptah ERP)
    David RENÉ authored
    2020-04-17 17:32:25 +0900  
    Browse Code »
app_loggers.anubis 380 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/*
 * Created by PyramIDE.
 * User: フランスのトトロ aka (David RENÉ) 
 * Date: 17/04/2020
 * Time: 10:34
 * © David RENÉ
 */


transmit xlib/net_services_protocols/logger_client.anubis


public define String debug_log    = "Debug".

public define One 
  logError
  (
    String  logger_name, 
    String  log_string
  )=
  logError("HK", logger_name, log_string)
.