<< Click to Display Table of Contents >>
IUserDefinedLogger
This interface provides methods to implement User Defined Log.
Method Detail
Init
public void Init(OZConnection con, OZLog log)
Defines the target to leave user-defined log when operating the OZ server.
Parameters:
con - The DB Connection information and type of log to record when recording user-defined log in the DB
log - The file information and type of log to record when recording user-defined log in the file
Trace
public void Trace(IUserDefinedLogTarget target, OZConnection con, OZLog log)
Defines the target content to record in the log.
Parameters:
target - User defined log target
con - The DB Connection information and type of log to record when recording user-defined log in the DB
log - The file information and type of log to record when recording user-defined log in the file
DbAlias
public string DbAlias
Alias in OZ server connection pool to log for logging user defined log into DB.