Interface NSiteLog


public interface NSiteLog
Author:
thevpc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    debug(NMsg msg)
     
    void
    error(NMsg msg)
     
    void
    info(NMsg msg)
     
    void
    warn(NMsg msg)
     
  • Method Details

    • info

      void info(NMsg msg)
    • debug

      void debug(NMsg msg)
    • error

      void error(NMsg msg)
    • warn

      void warn(NMsg msg)