Scalien.scaliendb_client.SDBP_SetLogFile C# (CSharp) Method

SDBP_SetLogFile() public static method

public static SDBP_SetLogFile ( string filename ) : void
filename string
return void
        public static unsafe void SDBP_SetLogFile(string filename)
        {
            scaliendb_clientPINVOKE.SDBP_SetLogFile(filename);
            if (scaliendb_clientPINVOKE.SWIGPendingException.Pending) throw scaliendb_clientPINVOKE.SWIGPendingException.Retrieve();
        }
scaliendb_client