Show / Hide Table of Contents

Class LogEntryEventHandler

Describes an event relating to an entry in the Log.

Inheritance
Object
LogEntryEventHandler
Namespace: NanoByte.Common
Assembly: NanoByte.Common.dll
Syntax
public sealed class LogEntryEventHandler : MulticastDelegate

Constructors

LogEntryEventHandler(Object, IntPtr)

Declaration
public LogEntryEventHandler(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

BeginInvoke(LogSeverity, String, Exception, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(LogSeverity severity, string message, Exception exception, AsyncCallback callback, object object)
Parameters
Type Name Description
LogSeverity severity
String message
Exception exception
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(LogSeverity, String, Exception)

Declaration
public virtual void Invoke(LogSeverity severity, string message, Exception exception)
Parameters
Type Name Description
LogSeverity severity
String message
Exception exception

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)

See Also

Handler
In This Article
Back to top Copyright Bastian Eicher