Package microsoft.visualbasic.logging
Class FileLogTraceListener
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.diagnostics.TraceListener
-
- microsoft.visualbasic.logging.FileLogTraceListener
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class FileLogTraceListener extends TraceListener
The base .NET class managing Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.Logging.FileLogTraceListener
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: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.VisualBasicstatic java.lang.StringclassNameQualified class name: Microsoft.VisualBasic.Logging.FileLogTraceListenerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description FileLogTraceListener()FileLogTraceListener(java.lang.Object instance)Internal constructor.FileLogTraceListener(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileLogTraceListenercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoFileLogTraceListener, a cast assert is made to check if types are compatible.voidClose()voidFlush()booleangetAppend()booleangetAutoFlush()java.lang.StringgetBaseFileName()java.lang.StringgetCustomLocation()java.lang.StringgetDelimiter()DiskSpaceExhaustedOptiongetDiskSpaceExhaustedBehavior()EncodinggetEncoding()java.lang.StringgetFullLogFileName()booleangetIncludeHostName()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 TypeLogFileLocationgetLocation()LogFileCreationScheduleOptiongetLogFileCreationSchedule()longgetMaxFileSize()longgetReserveDiskSpace()voidsetAppend(boolean Append)voidsetAutoFlush(boolean AutoFlush)voidsetBaseFileName(java.lang.String BaseFileName)voidsetCustomLocation(java.lang.String CustomLocation)voidsetDelimiter(java.lang.String Delimiter)voidsetDiskSpaceExhaustedBehavior(DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior)voidsetEncoding(Encoding Encoding)voidsetIncludeHostName(boolean IncludeHostName)voidsetJCOInstance(JCObject instance)voidsetLocation(LogFileLocation Location)voidsetLogFileCreationSchedule(LogFileCreationScheduleOption LogFileCreationSchedule)voidsetMaxFileSize(long MaxFileSize)voidsetReserveDiskSpace(long ReserveDiskSpace)voidTraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data)voidTraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data)voidTraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message)voidTraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args)voidWrite(java.lang.String message)voidWriteLine(java.lang.String message)-
Methods inherited from class system.diagnostics.TraceListener
close, Dispose, Fail, Fail, getAttributes, getFilter, getIndentLevel, getIndentSize, getIsThreadSafe, getName, getTraceOutputOptions, setFilter, setIndentLevel, setIndentSize, setName, setTraceOutputOptions, TraceEvent, TraceTransfer, Write, Write, Write, WriteLine, WriteLine, WriteLine
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.VisualBasic- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.VisualBasic.Logging.FileLogTraceListener- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FileLogTraceListener
public FileLogTraceListener(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
FileLogTraceListener
public FileLogTraceListener() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, InvalidOperationException, NotSupportedException, OutOfMemoryException, SecurityException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, InvalidDeploymentException, PlatformNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException, InvalidTimeZoneException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionInvalidTimeZoneException
-
FileLogTraceListener
public FileLogTraceListener(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, InvalidOperationException, NotSupportedException, OutOfMemoryException, NullReferenceException, SecurityException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, MemberAccessException, UriFormatException, InvalidDeploymentException, PlatformNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, DeploymentException, AccessViolationException, InvalidTimeZoneException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionMemberAccessExceptionUriFormatExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAccessViolationExceptionInvalidTimeZoneException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classTraceListener- 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 classTraceListener- 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 classTraceListener- 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 classTraceListener- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classTraceListener
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classTraceListener- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static FileLogTraceListener cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoFileLogTraceListener, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
FileLogTraceListenerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Close
public void Close() throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CultureNotFoundException- Overrides:
Closein classTraceListener- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionCultureNotFoundException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Overrides:
Flushin classTraceListener- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
TraceData
public void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException, OverflowException, CultureNotFoundException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, PlatformNotSupportedException, Win32Exception, InvalidEnumArgumentException, InvalidDeploymentException, NotImplementedException, KeyNotFoundException
- Overrides:
TraceDatain classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNullReferenceExceptionOverflowExceptionCultureNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNotImplementedExceptionKeyNotFoundException
-
TraceData
public void TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException, OverflowException, OutOfMemoryException, MissingManifestResourceException, PlatformNotSupportedException, Win32Exception, InvalidEnumArgumentException, InvalidDeploymentException, NotImplementedException, KeyNotFoundException
- Overrides:
TraceDatain classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNotImplementedExceptionKeyNotFoundException
-
TraceEvent
public void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException, OverflowException, OutOfMemoryException, MissingManifestResourceException, PlatformNotSupportedException, Win32Exception, InvalidEnumArgumentException, InvalidDeploymentException, MemberAccessException, NotImplementedException, FileNotFoundException, IOException, PathTooLongException, KeyNotFoundException
- Overrides:
TraceEventin classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionMemberAccessExceptionNotImplementedExceptionFileNotFoundExceptionIOExceptionPathTooLongExceptionKeyNotFoundException
-
TraceEvent
public void TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, ArgumentException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException, OverflowException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, PlatformNotSupportedException, Win32Exception, InvalidEnumArgumentException, InvalidDeploymentException, NotImplementedException, KeyNotFoundException
- Overrides:
TraceEventin classTraceListener- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNullReferenceExceptionOverflowExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNotImplementedExceptionKeyNotFoundException
-
Write
public void Write(java.lang.String message) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, ObjectDisposedException, OverflowException, InvalidDeploymentException, NullReferenceException, PlatformNotSupportedException, NotImplementedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, FormatException, KeyNotFoundException, OutOfMemoryException, Win32Exception- Overrides:
Writein classTraceListener- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionOverflowExceptionInvalidDeploymentExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotImplementedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32Exception
-
WriteLine
public void WriteLine(java.lang.String message) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, InvalidEnumArgumentException, ObjectDisposedException, OverflowException, InvalidDeploymentException, NullReferenceException, PlatformNotSupportedException, NotImplementedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, FormatException, KeyNotFoundException, OutOfMemoryException, Win32Exception- Overrides:
WriteLinein classTraceListener- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionOverflowExceptionInvalidDeploymentExceptionNullReferenceExceptionPlatformNotSupportedExceptionNotImplementedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32Exception
-
getAppend
public boolean getAppend() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, InvalidOperationException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, SecurityException, FileNotFoundException, PathTooLongException, OverflowException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionOverflowException
-
setAppend
public void setAppend(boolean Append) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, ObjectDisposedException, NotImplementedException, InvalidDeploymentException, PlatformNotSupportedException, NullReferenceException, MemberAccessException, PathTooLongException, FileNotFoundException, OverflowException, FormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatException
-
getAutoFlush
public boolean getAutoFlush() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, InvalidOperationException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, SecurityException, FileNotFoundException, PathTooLongException, OverflowException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionOverflowException
-
setAutoFlush
public void setAutoFlush(boolean AutoFlush) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, ObjectDisposedException, NotImplementedException, InvalidDeploymentException, PlatformNotSupportedException, NullReferenceException, MemberAccessException, PathTooLongException, FileNotFoundException, OverflowException, FormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatException
-
getIncludeHostName
public boolean getIncludeHostName() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, InvalidOperationException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, SecurityException, FileNotFoundException, PathTooLongException, OverflowException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionOverflowException
-
setIncludeHostName
public void setIncludeHostName(boolean IncludeHostName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, ObjectDisposedException, NotImplementedException, InvalidDeploymentException, PlatformNotSupportedException, NullReferenceException, MemberAccessException, PathTooLongException, FileNotFoundException, OverflowException, FormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatException
-
getMaxFileSize
public long getMaxFileSize() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, OverflowException, InvalidEnumArgumentException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, SecurityException, FileNotFoundException, PathTooLongException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionOverflowExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongException
-
setMaxFileSize
public void setMaxFileSize(long MaxFileSize) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, ObjectDisposedException, NotImplementedException, InvalidDeploymentException, PlatformNotSupportedException, NullReferenceException, MemberAccessException, PathTooLongException, FileNotFoundException, OverflowException, FormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatException
-
getReserveDiskSpace
public long getReserveDiskSpace() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, OverflowException, InvalidEnumArgumentException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, SecurityException, FileNotFoundException, PathTooLongException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionOverflowExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongException
-
setReserveDiskSpace
public void setReserveDiskSpace(long ReserveDiskSpace) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, ObjectDisposedException, NotImplementedException, InvalidDeploymentException, PlatformNotSupportedException, NullReferenceException, MemberAccessException, PathTooLongException, FileNotFoundException, OverflowException, FormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatException
-
getDiskSpaceExhaustedBehavior
public DiskSpaceExhaustedOption getDiskSpaceExhaustedBehavior() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, InvalidEnumArgumentException, InvalidDeploymentException, NullReferenceException, MemberAccessException, FileNotFoundException, PathTooLongException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidEnumArgumentExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionFileNotFoundExceptionPathTooLongExceptionOverflowException
-
setDiskSpaceExhaustedBehavior
public void setDiskSpaceExhaustedBehavior(DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, ObjectDisposedException, NotImplementedException, InvalidDeploymentException, PlatformNotSupportedException, NullReferenceException, MemberAccessException, PathTooLongException, FileNotFoundException, OverflowException, FormatException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionFileNotFoundExceptionOverflowExceptionFormatException
-
getLogFileCreationSchedule
public LogFileCreationScheduleOption getLogFileCreationSchedule() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidEnumArgumentException
-
setLogFileCreationSchedule
public void setLogFileCreationSchedule(LogFileCreationScheduleOption LogFileCreationSchedule) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionNotSupportedException
-
getLocation
public LogFileLocation getLocation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, NotImplementedException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidEnumArgumentException
-
setLocation
public void setLocation(LogFileLocation Location) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionNotSupportedException
-
getBaseFileName
public java.lang.String getBaseFileName() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, PathTooLongException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionPathTooLongException
-
setBaseFileName
public void setBaseFileName(java.lang.String BaseFileName) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledException
-
getCustomLocation
public java.lang.String getCustomLocation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, PathTooLongException, InvalidOperationException, IOException, MissingManifestResourceException, InvalidEnumArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionPathTooLongExceptionInvalidOperationExceptionIOExceptionMissingManifestResourceExceptionInvalidEnumArgumentException
-
setCustomLocation
public void setCustomLocation(java.lang.String CustomLocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException, NotSupportedException, SecurityException, ObjectDisposedException, MissingManifestResourceException, FormatException, InvalidEnumArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionObjectDisposedExceptionMissingManifestResourceExceptionFormatExceptionInvalidEnumArgumentException
-
getDelimiter
public java.lang.String getDelimiter() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException
-
setDelimiter
public void setDelimiter(java.lang.String Delimiter) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
getFullLogFileName
public java.lang.String getFullLogFileName() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, InvalidDeploymentException, NullReferenceException, MemberAccessException, IndexOutOfRangeException, NotImplementedException, SecurityException, FileNotFoundException, PathTooLongException, OverflowException, FormatException, KeyNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionInvalidDeploymentExceptionNullReferenceExceptionMemberAccessExceptionIndexOutOfRangeExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionPathTooLongExceptionOverflowExceptionFormatExceptionKeyNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedException
-
getEncoding
public Encoding getEncoding() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, NotImplementedException, MissingManifestResourceException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceException
-
setEncoding
public void setEncoding(Encoding Encoding) throws java.lang.Throwable, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionCultureNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedException
-
-