Index

(table)

o2tab_set_log

boolean o2tab_set_log(string $table_name, string $log_level)

Activate logging for a table and/or set/change log level.
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
[C]hange - Update operations are logged with previous values
[E]xistence - Insert and Delete operations are logged (I+D)
[M]odify - Update and Delete operations are logged (C+D)


Parameters:
  1. $table_name
  2. $log_level