David Gerler <dgerler <at> gmail.com> writes:

> 
> 
> It should be noted as well that I had to escape the t’s in txt.
>  
> yyyy-MM-dd.\tx\t
>  

Log4Net's DatePattern uses SimpleDateFormatter which uses .NET's 
DateTime.ToString() method  so this works as well:

<datePattern value="yyyy-MM-dd.'txt'" />

Links:
http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx

Reply via email to