예제 #1
0
 private void OnLog_callback(object sender, ref LogField log)
 {
     (sender as XApi).GetLog().Info("OnLog:" + log.ToFormattedString());
 }