NET Caching Library Help
Log Method




KellermanSoftware.NetCachingLibrary Namespace > Logger Class : Log Method
Log strings to either a console, file or a memory stream depending on the user settings
Syntax
'Declaration
 
Public Shared Sub Log( _
   ByVal line As System.String _
) 
'Usage
 
Dim line As System.String
 
Logger.Log(line)
public static void Log( 
   System.string line
)
public: static void Log( 
   System.string* line
) 
public:
static void Log( 
   System.String^ line
) 

Parameters

line
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Logger Class
Logger Members