Show() публичный Метод

public Show ( bool markerIn = true, bool variables = true, bool events = true, bool sql = true, bool timestamp = true, bool timeDifference = true ) : void
markerIn bool
variables bool
events bool
sql bool
timestamp bool
timeDifference bool
Результат void
Пример #1
0
 public static void Show(bool markerIn  = true, bool variables      = true, bool events = true, bool sql = true,
                         bool timestamp = true, bool timeDifference = true)
 {
     log.Show(markerIn, variables, events, sql, timestamp, timeDifference);
 }