LogWriter.Write Method

Include Protected Members
Include Inherited Members

Write a new log entry to the default category.

Overload List

  Name Description
Public method Write(Object)
Write a new log entry to the default category.
Public method Write(LogEntry)
Writes the specified log entry.
Public method Write(Object, IDictionary<String, Object>)
Write a new log entry and a dictionary of extended properties.
Public method Write(Object, IEnumerable<String>)
Write a new log entry to a specific collection of categories.
Public method Write(Object, String)
Write a new log entry to a specific category.
Public method Write(Object, IEnumerable<String>, IDictionary<String, Object>)
Write a new log entry to a specific collection of categories with a dictionary of extended properties.
Public method Write(Object, IEnumerable<String>, Int32)
Write a new log entry with a specific collection of categories and priority.
Public method Write(Object, String, IDictionary<String, Object>)
Write a new log entry to a specific category with a dictionary of extended properties.
Public method Write(Object, String, Int32)
Write a new log entry with a specific category and priority.
Public method Write(Object, IEnumerable<String>, Int32, IDictionary<String, Object>)
Write a new log entry to with a specific collection of categories, priority and a dictionary of extended properties.
Public method Write(Object, IEnumerable<String>, Int32, Int32)
Write a new log entry with a specific collection of categories, priority and event id.
Public method Write(Object, String, Int32, IDictionary<String, Object>)
Write a new log entry to with a specific category, priority and a dictionary of extended properties.
Public method Write(Object, String, Int32, Int32)
Write a new log entry with a specific category, priority and event id.
Public method Write(Object, IEnumerable<String>, Int32, Int32, TraceEventType)
Write a new log entry with a specific collection of categories, priority, event id and severity.
Public method Write(Object, String, Int32, Int32, TraceEventType)
Write a new log entry with a specific category, priority, event id and severity.
Public method Write(Object, IEnumerable<String>, Int32, Int32, TraceEventType, String)
Write a new log entry with a specific collection of categories, priority, event id, severity and title.
Public method Write(Object, String, Int32, Int32, TraceEventType, String)
Write a new log entry with a specific category, priority, event id, severity and title.
Public method Write(Object, IEnumerable<String>, Int32, Int32, TraceEventType, String, IDictionary<String, Object>)
Write a new log entry with a specific category, priority, event Id, severity title and dictionary of extended properties.
Public method Write(Object, String, Int32, Int32, TraceEventType, String, IDictionary<String, Object>)
Write a new log entry with a specific category, priority, event Id, severity title and dictionary of extended properties.

See Also

LogWriter Class

LogWriter Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace