StreamLink for Silverlight
FileLogger Class
StreamLink for SilverlightCaplin.StreamLink.LoggingFileLogger
This FileLogger is provided for compatibility purposes only.
Declaration Syntax
C#Visual BasicVisual C++
public class FileLogger : ILogger, IExceptionHandler
Public Class FileLogger _
	Implements ILogger, IExceptionHandler
public ref class FileLogger : ILogger, 
	IExceptionHandler
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
FileLogger()()()
Constructs a new FileLogger instance.

FileLogger(FileLoggerConfiguration)
Initializes a new instance of the FileLogger class.

FileLogger(FileLoggerConfiguration, array<String>[]()[])
Initializes a new instance of the FileLogger class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExceptionHandler
Property allowing the exception handler to be set.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HandleException(Exception)
Handles a StreamLink exception.

Log(SourceLevels, String, String)
Logs a single message with a given severity and category.

Log(SourceLevels, String, String, array<String>[]()[])
Logs a single message with supplied parameter values substituted into it.

Log(SourceLevels, array<String>[]()[], String, array<String>[]()[])
Logs a single message with a given severity and one or more categories, and with supplied parameter values substituted into it.

Log(SourceLevels, array<String>[]()[], String)
Logs a single message with a given severity and one or more categories.

Logger
Sets the logger.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UniqueID
Sets the unique ID for the logger which will be output to the file log.

Inheritance Hierarchy
Object
FileLogger

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.13.0 (5.0.13.0)