Ok, thanks. I´ll try to cut the message.
I´m having some memory problems when logging huge message that i hope that will be fixed that way. anyway, How can i parse the message? On 25 oct, 19:11, José F. Romaniello <[email protected]> wrote: > este foro es en ingles. > > You can create your own logger and cut the message at a reasonable size, > lets said: > > void Debug(string message).. > { > message.Substring(0, 10000) > > } > > If you want to hide only the binary field, you will need to parse the > message.. and that is a really hard task. > > El 25 de octubre de 2010 09:58, sergio > <[email protected]>escribió: > > > > > Hola a todos. > > > Quería saber si es posible desactivar el log de nhibernate solamente > > para algunas propiedades. > > > Ahora mismo tengo una aplicación de la que me interesa hacer logging > > de los sql que genera. El problema lo tengo cuando inserto en BBDD > > algún fichero binario, pues me deja traza de todos los bytes. Me > > interesa seguir logando el sql, pero no quiero trazar el parámetro con > > los datos en binario. > > > ¿Alguna idea? > > > Muchas gracias > > > -- > > You received this message because you are subscribed to the Google Groups > > "nhusers" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<nhusers%[email protected] > > > > > . > > For more options, visit this group at > >http://groups.google.com/group/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
