[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
public static void LogCommand(
StoreLogLevel level,
string from,
MySqlCommand cmd,
Exception error
)
public static void LogCommand(
StoreLogLevel level,
string from,
MySqlCommand cmd,
Exception error
)
Public Shared Sub LogCommand (
level As StoreLogLevel,
from As String,
cmd As MySqlCommand,
error As Exception
)
Public Shared Sub LogCommand (
level As StoreLogLevel,
from As String,
cmd As MySqlCommand,
error As Exception
)
public:
static void LogCommand(
StoreLogLevel level,
String^ from,
MySqlCommand^ cmd,
Exception^ error
)
public:
static void LogCommand(
StoreLogLevel level,
String^ from,
MySqlCommand^ cmd,
Exception^ error
)
static member LogCommand :
level : StoreLogLevel *
from : string *
cmd : MySqlCommand *
error : Exception -> unit
static member LogCommand :
level : StoreLogLevel *
from : string *
cmd : MySqlCommand *
error : Exception -> unit