Example #1
0
 public void write(string text, params object[] values)
 {
     Gluttony.Log(LogLevel.Info, String.Format(
                      text,
                      values
                      ));
 }
Example #2
0
 public void write(string text)
 {
     Gluttony.Log(LogLevel.Info, text);
 }