Index

(table)

o2tab_log_level

string o2tab_log_level(string $table_name)

Returns the log level 1-char setting for table, or FALSE if log is not active.
Possible log levels are:
[R]ecord - Full record log for Insert, Delete and Update
[D]elete - Only Delete operations are logged
[I]nsert - Only Insert operations are logged
[E]xistence - Insert and Delete operations are logged (I+D)
[M]odify - Update and Delete operations are logged (C+D)


Parameters:
  1. $table_name