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.String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.VisualBasicstatic java.lang.String
className
Qualified class name: Microsoft.VisualBasic.Logging.FileLogTraceListenerstatic JCType
classType
The 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 FileLogTraceListener
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoFileLogTraceListener
, a cast assert is made to check if types are compatible.void
Close()
void
Flush()
boolean
getAppend()
boolean
getAutoFlush()
java.lang.String
getBaseFileName()
java.lang.String
getCustomLocation()
java.lang.String
getDelimiter()
DiskSpaceExhaustedOption
getDiskSpaceExhaustedBehavior()
Encoding
getEncoding()
java.lang.String
getFullLogFileName()
boolean
getIncludeHostName()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeLogFileLocation
getLocation()
LogFileCreationScheduleOption
getLogFileCreationSchedule()
long
getMaxFileSize()
long
getReserveDiskSpace()
void
setAppend(boolean Append)
void
setAutoFlush(boolean AutoFlush)
void
setBaseFileName(java.lang.String BaseFileName)
void
setCustomLocation(java.lang.String CustomLocation)
void
setDelimiter(java.lang.String Delimiter)
void
setDiskSpaceExhaustedBehavior(DiskSpaceExhaustedOption DiskSpaceExhaustedBehavior)
void
setEncoding(Encoding Encoding)
void
setIncludeHostName(boolean IncludeHostName)
void
setJCOInstance(JCObject instance)
void
setLocation(LogFileLocation Location)
void
setLogFileCreationSchedule(LogFileCreationScheduleOption LogFileCreationSchedule)
void
setMaxFileSize(long MaxFileSize)
void
setReserveDiskSpace(long ReserveDiskSpace)
void
TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject data)
void
TraceData(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, NetObject... data)
void
TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String message)
void
TraceEvent(TraceEventCache eventCache, java.lang.String source, TraceEventType eventType, int id, java.lang.String format, NetObject... args)
void
Write(java.lang.String message)
void
WriteLine(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.Throwable
Internal 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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
IndexOutOfRangeException
InvalidOperationException
NotSupportedException
OutOfMemoryException
SecurityException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
UriFormatException
InvalidDeploymentException
PlatformNotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AccessViolationException
InvalidTimeZoneException
-
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.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
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classTraceListener
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classTraceListener
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classTraceListener
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classTraceListener
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classTraceListener
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classTraceListener
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static FileLogTraceListener cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoFileLogTraceListener
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
FileLogTraceListener
instance- 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:
Close
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
CultureNotFoundException
-
Flush
public void Flush() throws java.lang.Throwable, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Overrides:
Flush
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
OutOfMemoryException
NotSupportedException
IndexOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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:
TraceData
in classTraceListener
- 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
-
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:
TraceData
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
NotSupportedException
InvalidOperationException
SecurityException
NullReferenceException
OverflowException
OutOfMemoryException
MissingManifestResourceException
PlatformNotSupportedException
Win32Exception
InvalidEnumArgumentException
InvalidDeploymentException
NotImplementedException
KeyNotFoundException
-
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:
TraceEvent
in classTraceListener
- 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
-
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:
TraceEvent
in classTraceListener
- 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
-
Write
public void Write(java.lang.String message) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, OverflowException, InvalidDeploymentException, NullReferenceException, PlatformNotSupportedException, NotImplementedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, FormatException, KeyNotFoundException, OutOfMemoryException, Win32Exception
- Overrides:
Write
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotSupportedException
InvalidEnumArgumentException
OverflowException
InvalidDeploymentException
NullReferenceException
PlatformNotSupportedException
NotImplementedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
FormatException
KeyNotFoundException
OutOfMemoryException
Win32Exception
-
WriteLine
public void WriteLine(java.lang.String message) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotSupportedException, InvalidEnumArgumentException, OverflowException, InvalidDeploymentException, NullReferenceException, PlatformNotSupportedException, NotImplementedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, FormatException, KeyNotFoundException, OutOfMemoryException, Win32Exception
- Overrides:
WriteLine
in classTraceListener
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotSupportedException
InvalidEnumArgumentException
OverflowException
InvalidDeploymentException
NullReferenceException
PlatformNotSupportedException
NotImplementedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
FormatException
KeyNotFoundException
OutOfMemoryException
Win32Exception
-
getAppend
public boolean getAppend() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, InvalidOperationException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, FileNotFoundException, PathTooLongException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
InvalidEnumArgumentException
InvalidOperationException
InvalidDeploymentException
NullReferenceException
MemberAccessException
NotImplementedException
FileNotFoundException
PathTooLongException
OverflowException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotSupportedException
InvalidEnumArgumentException
InvalidOperationException
ObjectDisposedException
NotImplementedException
InvalidDeploymentException
PlatformNotSupportedException
NullReferenceException
MemberAccessException
PathTooLongException
FileNotFoundException
OverflowException
FormatException
-
getAutoFlush
public boolean getAutoFlush() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, InvalidOperationException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, FileNotFoundException, PathTooLongException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
InvalidEnumArgumentException
InvalidOperationException
InvalidDeploymentException
NullReferenceException
MemberAccessException
NotImplementedException
FileNotFoundException
PathTooLongException
OverflowException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotSupportedException
InvalidEnumArgumentException
InvalidOperationException
ObjectDisposedException
NotImplementedException
InvalidDeploymentException
PlatformNotSupportedException
NullReferenceException
MemberAccessException
PathTooLongException
FileNotFoundException
OverflowException
FormatException
-
getIncludeHostName
public boolean getIncludeHostName() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, InvalidOperationException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, FileNotFoundException, PathTooLongException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
InvalidEnumArgumentException
InvalidOperationException
InvalidDeploymentException
NullReferenceException
MemberAccessException
NotImplementedException
FileNotFoundException
PathTooLongException
OverflowException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotSupportedException
InvalidEnumArgumentException
InvalidOperationException
ObjectDisposedException
NotImplementedException
InvalidDeploymentException
PlatformNotSupportedException
NullReferenceException
MemberAccessException
PathTooLongException
FileNotFoundException
OverflowException
FormatException
-
getMaxFileSize
public long getMaxFileSize() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, OverflowException, InvalidEnumArgumentException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, FileNotFoundException, PathTooLongException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
OverflowException
InvalidEnumArgumentException
InvalidDeploymentException
NullReferenceException
MemberAccessException
NotImplementedException
FileNotFoundException
PathTooLongException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotSupportedException
InvalidEnumArgumentException
InvalidOperationException
ObjectDisposedException
NotImplementedException
InvalidDeploymentException
PlatformNotSupportedException
NullReferenceException
MemberAccessException
PathTooLongException
FileNotFoundException
OverflowException
FormatException
-
getReserveDiskSpace
public long getReserveDiskSpace() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, OverflowException, InvalidEnumArgumentException, InvalidDeploymentException, NullReferenceException, MemberAccessException, NotImplementedException, FileNotFoundException, PathTooLongException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
OverflowException
InvalidEnumArgumentException
InvalidDeploymentException
NullReferenceException
MemberAccessException
NotImplementedException
FileNotFoundException
PathTooLongException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotSupportedException
InvalidEnumArgumentException
InvalidOperationException
ObjectDisposedException
NotImplementedException
InvalidDeploymentException
PlatformNotSupportedException
NullReferenceException
MemberAccessException
PathTooLongException
FileNotFoundException
OverflowException
FormatException
-
getDiskSpaceExhaustedBehavior
public DiskSpaceExhaustedOption getDiskSpaceExhaustedBehavior() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, TypeLoadException, SecurityException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidEnumArgumentException, InvalidDeploymentException, NullReferenceException, MemberAccessException, FileNotFoundException, PathTooLongException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
InvalidOperationException
TypeLoadException
SecurityException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidEnumArgumentException
InvalidDeploymentException
NullReferenceException
MemberAccessException
FileNotFoundException
PathTooLongException
OverflowException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotSupportedException
InvalidEnumArgumentException
InvalidOperationException
ObjectDisposedException
NotImplementedException
InvalidDeploymentException
PlatformNotSupportedException
NullReferenceException
MemberAccessException
PathTooLongException
FileNotFoundException
OverflowException
FormatException
-
getLogFileCreationSchedule
public LogFileCreationScheduleOption getLogFileCreationSchedule() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, TypeLoadException, SecurityException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
InvalidOperationException
TypeLoadException
SecurityException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidEnumArgumentException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
NotSupportedException
-
getLocation
public LogFileLocation getLocation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, TypeLoadException, SecurityException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
InvalidOperationException
TypeLoadException
SecurityException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidEnumArgumentException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
NotSupportedException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
PathTooLongException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
IndexOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
-
getCustomLocation
public java.lang.String getCustomLocation() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, PathTooLongException, InvalidOperationException, IOException, SecurityException, MissingManifestResourceException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
PathTooLongException
InvalidOperationException
IOException
SecurityException
MissingManifestResourceException
InvalidEnumArgumentException
-
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, MissingMethodException, TargetInvocationException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PathTooLongException
ArgumentOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
InvalidOperationException
NotSupportedException
SecurityException
MissingMethodException
TargetInvocationException
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
FormatException
InvalidEnumArgumentException
-
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.Throwable
ArgumentOutOfRangeException
-
getFullLogFileName
public java.lang.String getFullLogFileName() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidEnumArgumentException, InvalidOperationException, InvalidDeploymentException, NullReferenceException, MemberAccessException, IndexOutOfRangeException, NotImplementedException, FileNotFoundException, PathTooLongException, OverflowException, FormatException, KeyNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
InvalidEnumArgumentException
InvalidOperationException
InvalidDeploymentException
NullReferenceException
MemberAccessException
IndexOutOfRangeException
NotImplementedException
FileNotFoundException
PathTooLongException
OverflowException
FormatException
KeyNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
-
getEncoding
public Encoding getEncoding() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, NotImplementedException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
-
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.Throwable
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
FormatException
CultureNotFoundException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
-
-