Package system.diagnostics
Class EventLog
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.diagnostics.EventLog
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class EventLog extends Component
The base .NET class managing System.Diagnostics.EventLog, System.Diagnostics.EventLog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Diagnostics.EventLog
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Diagnostics.EventLog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Diagnostics.EventLogstatic java.lang.StringclassNameQualified class name: System.Diagnostics.EventLogstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description EventLog()EventLog(java.lang.Object instance)Internal constructor.EventLog(java.lang.String logName)EventLog(java.lang.String logName, java.lang.String machineName)EventLog(java.lang.String logName, java.lang.String machineName, java.lang.String source)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntryWritten(EntryWrittenEventHandler handler)voidBeginInit()static EventLogcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoEventLog, a cast assert is made to check if types are compatible.voidClear()voidClose()static voidCreateEventSource(java.lang.String source, java.lang.String logName)static voidCreateEventSource(java.lang.String source, java.lang.String logName, java.lang.String machineName)static voidCreateEventSource(EventSourceCreationData sourceData)static voidDelete(java.lang.String logName)static voidDelete(java.lang.String logName, java.lang.String machineName)static voidDeleteEventSource(java.lang.String source)static voidDeleteEventSource(java.lang.String source, java.lang.String machineName)voidEndInit()static booleanExists(java.lang.String logName)static booleanExists(java.lang.String logName, java.lang.String machineName)booleangetEnableRaisingEvents()EventLogEntryCollectiongetEntries()static EventLog[]GetEventLogs()static EventLog[]GetEventLogs(java.lang.String machineName)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetLog()java.lang.StringgetLogDisplayName()java.lang.StringgetMachineName()longgetMaximumKilobytes()intgetMinimumRetentionDays()OverflowActiongetOverflowAction()java.lang.StringgetSource()ISynchronizeInvokegetSynchronizingObject()static java.lang.StringLogNameFromSourceName(java.lang.String source, java.lang.String machineName)voidModifyOverflowPolicy(OverflowAction action, int retentionDays)voidRegisterDisplayName(java.lang.String resourceFile, long resourceId)voidremoveEntryWritten(EntryWrittenEventHandler handler)voidsetEnableRaisingEvents(boolean EnableRaisingEvents)voidsetJCOInstance(JCObject instance)voidsetLog(java.lang.String Log)voidsetMachineName(java.lang.String MachineName)voidsetMaximumKilobytes(long MaximumKilobytes)voidsetSource(java.lang.String Source)voidsetSynchronizingObject(ISynchronizeInvoke SynchronizingObject)static booleanSourceExists(java.lang.String source)static booleanSourceExists(java.lang.String source, java.lang.String machineName)voidWriteEntry(java.lang.String message)static voidWriteEntry(java.lang.String source, java.lang.String message)static voidWriteEntry(java.lang.String source, java.lang.String message, EventLogEntryType type)static voidWriteEntry(java.lang.String source, java.lang.String message, EventLogEntryType type, int eventID)static voidWriteEntry(java.lang.String source, java.lang.String message, EventLogEntryType type, int eventID, short category)static voidWriteEntry(java.lang.String source, java.lang.String message, EventLogEntryType type, int eventID, short category, byte[] rawData)static voidWriteEntry(java.lang.String dupParam0, java.lang.String dupParam1, EventLogEntryType dupParam2, int dupParam3, short dupParam4, JCORefOut dupParam5)voidWriteEntry(java.lang.String message, EventLogEntryType type)voidWriteEntry(java.lang.String message, EventLogEntryType type, int eventID)voidWriteEntry(java.lang.String message, EventLogEntryType type, int eventID, short category)voidWriteEntry(java.lang.String message, EventLogEntryType type, int eventID, short category, byte[] rawData)voidWriteEntry(java.lang.String dupParam0, EventLogEntryType dupParam1, int dupParam2, short dupParam3, JCORefOut dupParam4)static voidWriteEvent(java.lang.String source, EventInstance instance, byte[] data, NetObject... values)static voidWriteEvent(java.lang.String dupParam0, EventInstance dupParam1, JCORefOut dupParam2, NetObject... dupParam3)static voidWriteEvent(java.lang.String source, EventInstance instance, NetObject... values)voidWriteEvent(EventInstance instance, byte[] data, NetObject... values)voidWriteEvent(EventInstance dupParam0, JCORefOut dupParam1, NetObject... dupParam2)voidWriteEvent(EventInstance instance, NetObject... values)-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Diagnostics.EventLog, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Diagnostics.EventLog- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Diagnostics.EventLog- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EventLog
public EventLog(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
EventLog
public EventLog() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
EventLog
public EventLog(java.lang.String logName, java.lang.String machineName, java.lang.String source) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
EventLog
public EventLog(java.lang.String logName, java.lang.String machineName) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
EventLog
public EventLog(java.lang.String logName) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classComponent- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classComponent- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classComponent- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static EventLog cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoEventLog, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
EventLoginstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Exists
public static boolean Exists(java.lang.String logName, java.lang.String machineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FormatException, IOException, ArrayTypeMismatchException, OutOfMemoryException, RankException, SecurityException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFormatExceptionIOExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionRankExceptionSecurityException
-
Exists
public static boolean Exists(java.lang.String logName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IOException, OutOfMemoryException, RankException, ArrayTypeMismatchException, SecurityException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionIOExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionSecurityException
-
SourceExists
public static boolean SourceExists(java.lang.String source, java.lang.String machineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, MissingMethodException, TargetInvocationException, IOException, RankException, ArrayTypeMismatchException, OutOfMemoryException, SecurityException, UnauthorizedAccessException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessException
-
SourceExists
public static boolean SourceExists(java.lang.String source) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, IOException, ObjectDisposedException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionIOExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchException
-
GetEventLogs
public static EventLog[] GetEventLogs() throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IOException, OutOfMemoryException, RankException, ArrayTypeMismatchException, SecurityException, UnauthorizedAccessException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionIOExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionUnauthorizedAccessException
-
GetEventLogs
public static EventLog[] GetEventLogs(java.lang.String machineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FormatException, IOException, ArrayTypeMismatchException, OutOfMemoryException, RankException, SecurityException, UnauthorizedAccessException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFormatExceptionIOExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionRankExceptionSecurityExceptionUnauthorizedAccessException
-
LogNameFromSourceName
public static java.lang.String LogNameFromSourceName(java.lang.String source, java.lang.String machineName) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, IOException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, InvalidOperationException, ArrayTypeMismatchException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionIOExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionInvalidOperationExceptionArrayTypeMismatchException
-
BeginInit
public void BeginInit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IOException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionIOExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionWin32Exception
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, SecurityException, UnauthorizedAccessException, IOException, IndexOutOfRangeException, FormatException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, Win32Exception, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionIndexOutOfRangeExceptionFormatExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionWin32ExceptionOutOfMemoryException
-
Close
public void Close() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, Win32Exception, SecurityException, UnauthorizedAccessException, IOException, RankException, ArrayTypeMismatchException
-
CreateEventSource
public static void CreateEventSource(EventSourceCreationData sourceData) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, WaitHandleCannotBeOpenedException, IOException, SecurityException, UnauthorizedAccessException, CultureNotFoundException, ExternalException, AmbiguousMatchException, ApplicationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionSecurityExceptionUnauthorizedAccessExceptionCultureNotFoundExceptionExternalExceptionAmbiguousMatchExceptionApplicationException
-
CreateEventSource
public static void CreateEventSource(java.lang.String source, java.lang.String logName, java.lang.String machineName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, CultureNotFoundException, ExternalException, AmbiguousMatchException, ApplicationException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionExternalExceptionAmbiguousMatchExceptionApplicationException
-
CreateEventSource
public static void CreateEventSource(java.lang.String source, java.lang.String logName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, CultureNotFoundException, ExternalException, AmbiguousMatchException, ApplicationException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionExternalExceptionAmbiguousMatchExceptionApplicationException
-
Delete
public static void Delete(java.lang.String logName, java.lang.String machineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, WaitHandleCannotBeOpenedException, OutOfMemoryException, IOException, ArrayTypeMismatchException, RankException, SecurityException, Win32Exception, UnauthorizedAccessException, ApplicationException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionOutOfMemoryExceptionIOExceptionArrayTypeMismatchExceptionRankExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionApplicationException
-
Delete
public static void Delete(java.lang.String logName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, IOException, RankException, ArrayTypeMismatchException, SecurityException, Win32Exception, UnauthorizedAccessException, ApplicationException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionWin32ExceptionUnauthorizedAccessExceptionApplicationException
-
DeleteEventSource
public static void DeleteEventSource(java.lang.String source, java.lang.String machineName) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, WaitHandleCannotBeOpenedException, OutOfMemoryException, IOException, RankException, ArrayTypeMismatchException, SecurityException, UnauthorizedAccessException, ExternalException, ApplicationException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionOutOfMemoryExceptionIOExceptionRankExceptionArrayTypeMismatchExceptionSecurityExceptionUnauthorizedAccessExceptionExternalExceptionApplicationException
-
DeleteEventSource
public static void DeleteEventSource(java.lang.String source) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, IOException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, ExternalException, ApplicationException- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionIOExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionExternalExceptionApplicationException
-
EndInit
public void EndInit() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, Win32Exception, ArgumentNullException, RankException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionWin32ExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedException
-
ModifyOverflowPolicy
public void ModifyOverflowPolicy(OverflowAction action, int retentionDays) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
RegisterDisplayName
public void RegisterDisplayName(java.lang.String resourceFile, long resourceId) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException
-
WriteEntry
public void WriteEntry(java.lang.String message, EventLogEntryType type, int eventID, short category, byte[] rawData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, InvalidEnumArgumentException, IOException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, ApplicationException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exception
-
WriteEntry
public void WriteEntry(java.lang.String dupParam0, EventLogEntryType dupParam1, int dupParam2, short dupParam3, JCORefOut dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, InvalidEnumArgumentException, IOException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, ApplicationException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exception
-
WriteEntry
public void WriteEntry(java.lang.String message, EventLogEntryType type, int eventID, short category) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, IndexOutOfRangeException, NotSupportedException, InvalidEnumArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEntry
public void WriteEntry(java.lang.String message, EventLogEntryType type, int eventID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, IndexOutOfRangeException, NotSupportedException, InvalidEnumArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEntry
public void WriteEntry(java.lang.String message, EventLogEntryType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, IndexOutOfRangeException, NotSupportedException, InvalidEnumArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEntry
public static void WriteEntry(java.lang.String source, java.lang.String message, EventLogEntryType type, int eventID, short category, byte[] rawData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, InvalidEnumArgumentException, IOException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, ApplicationException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exception
-
WriteEntry
public static void WriteEntry(java.lang.String dupParam0, java.lang.String dupParam1, EventLogEntryType dupParam2, int dupParam3, short dupParam4, JCORefOut dupParam5) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, InvalidEnumArgumentException, IOException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, ApplicationException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionApplicationExceptionWin32Exception
-
WriteEntry
public static void WriteEntry(java.lang.String source, java.lang.String message, EventLogEntryType type, int eventID, short category) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, InvalidEnumArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFormatExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEntry
public static void WriteEntry(java.lang.String source, java.lang.String message, EventLogEntryType type, int eventID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, InvalidEnumArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFormatExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEntry
public static void WriteEntry(java.lang.String source, java.lang.String message, EventLogEntryType type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, InvalidEnumArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFormatExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEntry
public static void WriteEntry(java.lang.String source, java.lang.String message) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, InvalidEnumArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFormatExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEntry
public void WriteEntry(java.lang.String message) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, IndexOutOfRangeException, NotSupportedException, InvalidEnumArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEvent
public void WriteEvent(EventInstance instance, byte[] data, NetObject... values) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, IOException, ObjectDisposedException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, CultureNotFoundException, ApplicationException, Win32Exception
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionIOExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionCultureNotFoundExceptionApplicationExceptionWin32Exception
-
WriteEvent
public void WriteEvent(EventInstance dupParam0, JCORefOut dupParam1, NetObject... dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, IOException, ObjectDisposedException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, CultureNotFoundException, ApplicationException, Win32Exception
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionIOExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionCultureNotFoundExceptionApplicationExceptionWin32Exception
-
WriteEvent
public void WriteEvent(EventInstance instance, NetObject... values) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, WaitHandleCannotBeOpenedException, CultureNotFoundException, ApplicationException, Win32Exception, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionCultureNotFoundExceptionApplicationExceptionWin32ExceptionMissingMethodExceptionTargetInvocationException
-
WriteEvent
public static void WriteEvent(java.lang.String source, EventInstance instance, byte[] data, NetObject... values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, IOException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, NotSupportedException, ApplicationException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionNotSupportedExceptionApplicationExceptionWin32Exception
-
WriteEvent
public static void WriteEvent(java.lang.String dupParam0, EventInstance dupParam1, JCORefOut dupParam2, NetObject... dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, IOException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, NotSupportedException, ApplicationException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionNotSupportedExceptionApplicationExceptionWin32Exception
-
WriteEvent
public static void WriteEvent(java.lang.String source, EventInstance instance, NetObject... values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, IOException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, ArrayTypeMismatchException, WaitHandleCannotBeOpenedException, ExternalException, NotSupportedException, ApplicationException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionIOExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionArrayTypeMismatchExceptionWaitHandleCannotBeOpenedExceptionExternalExceptionNotSupportedExceptionApplicationExceptionWin32Exception
-
getEnableRaisingEvents
public boolean getEnableRaisingEvents() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnableRaisingEvents
public void setEnableRaisingEvents(boolean EnableRaisingEvents) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, MissingMethodException, TargetInvocationException, Win32Exception, WaitHandleCannotBeOpenedException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionWaitHandleCannotBeOpenedException
-
getMinimumRetentionDays
public int getMinimumRetentionDays() throws java.lang.Throwable, SecurityException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, ArgumentException, IOException
-
getMaximumKilobytes
public long getMaximumKilobytes() throws java.lang.Throwable, SecurityException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, ArgumentException, IOException
-
setMaximumKilobytes
public void setMaximumKilobytes(long MaximumKilobytes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, IndexOutOfRangeException
-
getSynchronizingObject
public ISynchronizeInvoke getSynchronizingObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSynchronizingObject
public void setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEntries
public EventLogEntryCollection getEntries() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOverflowAction
public OverflowAction getOverflowAction() throws java.lang.Throwable, SecurityException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, ArgumentException, IOException
-
getLog
public java.lang.String getLog() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException
-
setLog
public void setLog(java.lang.String Log) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, MissingMethodException, TargetInvocationException, Win32Exception, WaitHandleCannotBeOpenedException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionWaitHandleCannotBeOpenedException
-
getLogDisplayName
public java.lang.String getLogDisplayName() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionArrayTypeMismatchException
-
getMachineName
public java.lang.String getMachineName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMachineName
public void setMachineName(java.lang.String MachineName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, OutOfMemoryException, MissingMethodException, TargetInvocationException, Win32Exception, WaitHandleCannotBeOpenedException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionWaitHandleCannotBeOpenedException
-
getSource
public java.lang.String getSource() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSource
public void setSource(java.lang.String Source) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IOException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, Win32Exception, WaitHandleCannotBeOpenedException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIOExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionWaitHandleCannotBeOpenedException
-
addEntryWritten
public void addEntryWritten(EntryWrittenEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeEntryWritten
public void removeEntryWritten(EntryWrittenEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-